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 25,570 public repositories matching this topic...
-
Updated
Feb 19, 2020
-
Updated
Feb 19, 2020 - C#
Version Used:
3.5.0-beta3-20074-03 (8cea5e6a)
Steps to Reproduce:
- Run
csc.exe /?.
Expected Behavior:
I expected /analyzerconfig to be documented under either the "INPUT FILES" or "ERRORS AND WARNINGS" sections.
Actual Behavior:
/analyzerconfig is not mentioned at all.
-
Updated
Feb 19, 2020 - C#
Proposal
After we branch for 2019-12 (Mono 6.10) we should remove the Sparc support source code from the repo.
Rationale
It will simplify maintenance going forward. We don't have any CI for Sparc, so we don't know whether it builds and runs on a day to day basis. We're not aware of any Linux distributions that ship Mono on Sparc, or officially support Sparc at all.
-
Updated
Feb 19, 2020 - TSQL
- I am not submitting a question on how to use ANTLR; instead, go to antlr4-discussion google group or ask at stackoverflow
- I have done a search of the existing issues to make sure I'm not sending in a duplicate
I am working to develop a library for the R programming langua
-
Updated
Feb 19, 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
To aid CSS in understanding the parts for the Framework, we need to produce one or more architecture maps that outline the architecture of the framework
In China, access to websites such as TheTVDB is very slow.
-
Updated
Feb 19, 2020 - C#
Ironically enough, this is one thing that Java has always done better than C# - its code comment documentation is much cleaner looking than C#'s XML docs! I don't know what to replace XML docs with but maybe look to Java for inspiration?
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
-
Updated
Feb 19, 2020 - C#
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
{
"$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
Italian translation
Hello @denisschmidt and @uliaaan!
I'm from Italy and I'd like to translate this documentation for you. I'll follow instructions written here and for the translation I'll follow your topics lineup.
Thanks.
This issue relates to the Singleton<T> type defined in Microsoft.Toolkit.Helpers.Singleton.cs.
I'm wondering whether having this type in the toolkit at all is a good idea, considering it can be fully replaced by only using built-in C# language features, which also result in a fas
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.
I have a simple window with a couple controls on it. I've added a button as follows:
_actionButton = new Button("Add Rows") {
X = 1,
Y = 4,
};
top.Add(_actionButton);The button shows up correctly, but when i click it, the rest of the content in the window disappears:
<img width="1402" alt="Screen Shot 2019-09-03 at 9 56 07 AM" src="https://user-images.githubus
Created by Anders Hejlsberg
Released January 2002
- Repository
- dotnet/csharplang
- Website
- docs.microsoft.com/dotnet/csharp
- Wikipedia
- Wikipedia


Describe the bug
Graph view buttons missing shortcut keys in tooltips.
Expected behavior