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 28,055 public repositories matching this topic...
-
Updated
May 21, 2020
-
Updated
Mar 27, 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
1 In History, select multiple captures
2 Execute SHIFT+F10, Copy, FIlename
3 Inspect clipboard
Expected: multiple filenames
Observed: one filename - from focussed capture
Workaround: ??
-
Updated
May 16, 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
May 11, 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
I was recently inspired by a discussion on Discord involving #14692 and the future of the D2k mod to dig into the original Dune 2000 in order to figure out how its damage system works so we can mimic it and move forward.
So after getting the [Gruntmods Edition](https://gruntmods.com/dune_2000_gruntmods_edi
-
Updated
May 21, 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
Describe the bug
Jellyfin and/or ffmpeg may fail on extracting subtitles. When this happens, a 0 KB srt file is saved but Jellyfin seems unable to remove it. Upon trying to play the video again, Jellyfin seems content that it has a 0KB SRT file, thus not playing any subtitles.
System (please complete the following information):
- OS: Windows 10 ver 1909
- Virtualization: None
- C
On a weekly basis, customer report issues around the 15 second timeout. This problem manifests as Exceptions and looks like a timeout.
We need to offer a more robust guidenance around Async / Long-Running operations. This guidenance likley takes the form of:
- Your bot responds very quickly.
- Do Needed Processing()
- Send the result to the user as a Async / Proactive message.
There
https://github.com/dotnet/csharplang/blob/master/meetings/2020/LDM-2020-01-06.md
https://github.com/dotnet/csharplang/blob/master/meetings/2020/LDM-2020-01-08.md
Jan 8, 2020
C# Language Design Notes for Jan 8, 2020
- Unconstrained type parameter annotation
- Covariant returns
Jan 6, 2020
C# Language Design Notes for Jan 6, 2020
- Use attribute info inside method bo
Running Pulumi CLI commands in CI is failing with the following error:
error: could not get cloud url: unmarshalling credentials file: unexpected end of JSON input
The following scripts are representative of what was running when the error happened:
# prepare.sh
curl https://sdk.cloud.google.com | bash > /dev/null
export PATH=$PATH:/root/google-cloud-sdk/bin
KEY_FI
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
May 19, 2020 - C#
-
Updated
May 21, 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
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 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
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
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?
Created by Anders Hejlsberg
Released January 2002
- Repository
- dotnet/csharplang
- Website
- docs.microsoft.com/dotnet/csharp
- Wikipedia
- Wikipedia
Repro Steps:
**Actual Re