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 29,455 public repositories matching this topic...
-
Updated
Jul 7, 2020
-
Updated
Jul 8, 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
Jun 29, 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
If you're creating a bug/problem report, please include followings:
- Your Abp package version. - 5.2
- Your base framework: .Net Core. 3.1
Aspnetboilerplate Angular Template 5.2
Integration with the explanation from the page:
https://aspnetboilerplate.com/Pages/Documents/OData-AspNetCore-Integration
in .net core 3.1 mvc.internal is removed:
Could not load type 'Microsoft.AspN
We should probably host images on GitHub directly if we're able to.
Reported by russia_nekto
on Discord.
- 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
Jul 12, 2020 - TSQL
-
Updated
Jul 11, 2020 - C++
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
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
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
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
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
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
Jun 15, 2020 - C#
-
Updated
Jul 10, 2020 - C#
Since typescript-generic-sdk
got merged, we need to add docs, usage and examples.
{
"$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
Tabular data?
Does gui.cs handle tabular data?
- Auto sizing columns?
- line breaks within columns
- truncate column content?
- scroll the table if needed
and so on?
Anything like this or something similar?
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.
Created by Anders Hejlsberg
Released January 2002
- Repository
- dotnet/csharplang
- Website
- docs.microsoft.com/dotnet/csharp
- Wikipedia
- Wikipedia
Repro Steps:
**Actual Re