Skip to content
#

C#

csharp logo

C# (pronounced "C sharp") is a simple, modern, object-oriented, and type-safe programming language.

Its roots in the C family of languages makes C# immediately familiar to C, C++, and Java programmers.

Here are 27,149 public repositories matching this topic...

calculator
MicrosoftIssueBot
MicrosoftIssueBot commented Mar 31, 2020

Repro Steps:

  1. Launch 'Calculator'.
  2. Home screen will be displayed.​
  3. Navigate through Menu using keyboard and select 'Graphing'. 'Graphing' Calculator opens.​
  4. Navigate to the Expand icon button below sliders.
  5. Verify the luminosity of the Expand icon button using color contrast analyzer tool.
  6. Observe the issue.

Actual Result:
Luminosity ratio for 'Expand' icon b

azygis
azygis commented Mar 9, 2020

Add a warning into msdn of switch expressions that the final return type is upcasted, depending on return type of all arms.

Example depicting the issue: https://dotnetfiddle.net/6nLmxT
Notice how line 39 itself does go into .ToObject<bool>(), but then it's casted back to JToken.
If at least one arm has a return type of object - it works the same way as usual switch/case.

There is als

ReactiveUI
server
win-acme
DStenvers
DStenvers commented Mar 11, 2020

I downloaded and installed win-acme.v2.1.5.742.x64.trimmed on a windows 2012 SR2 server but it gives me a api-ms-win-crt-runtime-l1-1-0.dll is missing error.
After downloading this, a more generic error appears 'cannot start program'.

Is there a requirement I am missing? The .dll seems to suggest a C-runtime library, but this version can no longer be found on the Microsoft website..

Please

WindowsCommunityToolkit
michael-hawker
michael-hawker commented Apr 2, 2020

Describe the bug

Realized that we haven't been checking for adding new features to our readme in the toolkit repository. We should make sure these are current or refer to the doc repo which will be more up-to-date.

Options:

  1. Track and update Readme after Release
  2. Link to existing Markdown based Table-of-contents in Doc repo
  3. Duplicate feature list in doc repo

Looks like ite

Created by Anders Hejlsberg

Released January 2002

Repository
dotnet/csharplang
Website
docs.microsoft.com/dotnet/csharp
Wikipedia
Wikipedia

Related Topics

dotnet language
You can’t perform that action at this time.