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 26,135 public repositories matching this topic...

calculator
grochocki
grochocki commented Feb 4, 2020

Describe the bug
Graph window options x/y min/max textbox styling does not match variable min/max styling.

Expected behavior
Styling should be consistent with variable editing. As we add more graph options, we will also benefit from the reduced visual footprint of this styling.
![image](https://user-images.githubusercontent.com/1414423/73714253-2f0b6900-46c5-11ea-9934-ad95cf58cc84.pn

MaceWindu
MaceWindu commented Feb 29, 2020

Guys, is it possible to provide some kind of documentation on what changes C# compiler applies to expression tree when it generates Expression object from C# code in IQueryable context?

As ORM developers, who need to work with expressions, from time to time we hit issues, because we receive unexpected values from expressions. Like char or enum values is source code being replaced with integer c

ShareX
ShowGoShane
ShowGoShane commented Oct 10, 2019

Sorry for the rookie question, but, is there a way to do the following (via Workflows or otherwise)?

Let's say, Press CTRL + SHIFT + W, then...
For the Speech Balloon,
Fill Color Change to RED
Font Color Change to BLACK
Change Border thickness to 3

THEN, when I Press CTRL + SHIFT + O, then...
For the Speech Balloon,
Fill Color Change to GREEN
Font Color Change to WHITE
Chan

AdmiralSnyder
AdmiralSnyder commented Mar 8, 2020

shouldn't this line:
It is a compile-time error to create a delegate to method (Delegate creation expressions).
be this:
It is a compile-time error to create a delegate to M (Delegate creation expressions).
?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

  • ID: d94b01ab-fe87-23fc-44b6-da9f3f627bd5
  • Version Independent
ReactiveUI
server
win-acme
autonomic
autonomic commented Mar 11, 2020

Describe the bug
We have a single server that we are setting up for Remote Desktop Services (RD Gateway, RD Connection Broker and RDWeb), which we would like to use LetsEncrypt to generate a certificate for. Using the documentation on the win-acme site to generate a Certificate for Microsoft Remote Desktop Servers, I received the following issue:

To Reproduce

  1. Run with command line
WindowsCommunityToolkit
bryancostanich
bryancostanich commented Aug 28, 2019

If i create a label and set the width to fill, it seems to overwrite the window frame.

this code:

// Dynamically computed
var label = new Label("Welcome to the Meadow Provisioning tool. Brought to you by the 90s.") {
    X = 1,
    Y = 2,
    Width = Dim.Fill(),
    Height = 1
};
top.Add(label);

note the empty window frame token on the right:

<img width="1302" al

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.