C#
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...
-
Updated
Mar 10, 2020
-
Updated
Mar 10, 2020 - C#
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
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
-
Updated
Mar 13, 2020 - C#
Steps to Reproduce
I followed the steps: https://www.mono-project.com/docs/advanced/pinvoke/dllnotfoundexception/
- create file mydoc.conf under /etc/ld.so.conf.d/
- write /usr/local/lib in the file mydoc.conf, where /usr/local/lib contains my.so
- in command line:
$sudo ldconfig
Current Behavior
When I use
$ ldconfig -p |grep my.so
still nothing found
On which platfo
-
Updated
Mar 13, 2020 - TSQL
The ParseTreeWalker class has a typo the runtime documentation of the enterRule method. Here is the link to the docs: https://www.antlr.org/api/Java/index.html

-
Updated
Mar 14, 2020 - C++
I came across this issue when I decided to profile my (in progress) game and discovered I was generating a ton of VertexBufferBinding[] arrays during the
We need docs that developers can use to self-service gathering a profile from a running bot that has performance problems, is being reported as "slow", or has timeouts. We should make this available in our core docs, but also as one or more TSGs for the support team.
In China, access to websites such as TheTVDB is very slow.
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
-
Updated
Oct 31, 2019 - C#
Describe the bug
I modified the official Xamarin Forms RefreshView demo ever so slightly, replacing the ICommand with a ReactiveCommand, and the demo broke.
Specifically, pull-to-refresh will run once, and then never again.
I'm not entirely sure what goes on, but it feels like the thread
Hi,
Similar to issue #125 it would be good to allow the same for the letsencrypt certbot container, could you please add a bind IP question during the bitwarden.sh install part in the letsencrypt section.
And something similar with (or storing the information for later in the previous
-
Updated
Mar 13, 2020 - C#
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$ref": "#/definitions/foo",
"definitions": {
"foo": {
"type": "object",
"properties": {
"bar": {
"$ref": "bar.json#"
},
},
"required": [
"bar"
],
},
"title": "foo"
}
}
Running quicktype CLI with this Schema produces
Error
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
- Run with command line
We should update the XAML Behaviors dependency we have from 1.1 to 2.x. I'm not sure if there are breaking changes or not, but assuming they have more functionality. Some research needs to be done here to understand the ramifications, especially if those are breaking changes or not.
steps to reproduce
Write a loop, from 1 to 80000, each time add a random int to the max heap.
In theory it takes very little time(NlogN, N=80000, <1sec ), but the program does take a long time.
I'v also tested the BinaryHeap in https://github.com/SolutionsDesign/Algorithmia, it performs well, so it is probably due to the bad algorithm.
It seems that someone edited out all documentation for SwaggerToTypeScriptClientGenerator.
Is is possible to revert back to older revisions to have it available for users?
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
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