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 24,457 public repositories matching this topic...
InitializeTableReaders method contains the following code:
// Compute ref sizes for tables that can have pointer tables
int fieldRefSizeSorted = GetReferenceSize(rowCounts, TableIndex.FieldPtr) > SmallIndexSize ? LargeIndexSize : GetReferenceSize(rowCounts, TableIndex.Field);
int methodRefSizeSorted = GetReferenceSize(rowCounts, TableIndex.MethodPtr) > SmallIndexSizBitmap & tilemap generation from a single example with the help of ideas from quantum mechanics.
-
Updated
Jan 2, 2020 - C#
After fixing dotnet/roslyn#24650, we'll be binding expression bodies in all scenarios, but we haven't updated the control flow passes to account for the potential of 2 bodies. We should look at all the places that are using BoundLocalFunctionStatement.Body and determine the appropriate thing to do there.
I filed #2115 yesterday because I managed to disable hotkeys by accident and didn't realize it. The only clue I had was the color of the boxes on the right side of the screen, which I thought to click on/mouse over, but they don't have any tooltips on them either.
I'd recommend adding tooltips to those boxes, plus some kind of notification bar at the top or bottom of the screen to let the user
:honeybee: A collection of awesome .NET core libraries, tools, frameworks and software
-
Updated
Jan 2, 2020 - C#
A collection of awesome .NET libraries, tools, frameworks and software
-
Updated
Jan 2, 2020
Steps to Reproduce
- Create a Serializer to Read type of Object("Class")
- Run Serializer to Deserialize an Existing XML
- Throws an Internal Error Message of (" There is an error in XML document (0, 0) ")
Current Behavior
What is the current behavior?
throwing an exception while deserializing .
Expected Behavior
Please describe the behavior you are expecting
Deseria
🏆Gitee Most Valuable Project🚀A JSON Transmission Protocol and an ORM Library for automatically providing APIs and Docs
-
Updated
Jan 2, 2020 - TSQL
The previous test for unqualified reference to the name of a token was remove in #906 to improve support for cross-platform testing. A new test specifically covering this case should be added. It must be enabled in the Java target testing, and should be enabled in as many other targets as can support this feature.
We need to develop a set of guidelines for users helping with MonoGame API reference documentation.
The guidelines should include some simple bullet points as to things documentation writers should address in class, method, and parameter docs.
It should also include examples of bad and good docs which illustrate what we want to see and what we don't want to see in the MonoGame docs.
The guide s
Issue
Currently prompt classes require the caller to take the output of a prompt and assign it to a slot. This causes the following:
- on a waterfall, the next step needs to collect the slot value and save it
- it pushes a code requirement into the consumption of the Prompt.
Proposed change
If we change the prompt class to have a property called "Slot" it can be configured to automat
Text to speech does not work on the introduction message. It only activates when we press on the microphone and hence it starts working from promt messages .
I want to build a bot which talks from the very first introduction message. How to do this?
As oppose to feature Is-As from pattern matching https://github.com/dotnet/roslyn/blob/future/docs/features/patterns.md
if (expr is string s) {
// code using s
}I would like to propose syntax for temporary transform type of variable in a block
object obj;
var(obj as string) {
int l0 = obj.Length; // No error, obj temporarily be string in this block
}
int l1 = obj.LenGood Examples
I'm sure that I'm not the only who has mentioned this but there is a definite lack of solid examples/documentation when trying to look at building an application using RxUI, especially with the release of version 6. The only content I've been able to find that's applicable are on @paulcbetts personal blog and some half-finished (perhaps out of date with the new version) readmes in the docs branch
As the title says, exit jellyfin with a configurable exit code so that systemd can restart the service per user request without a custom sudo-policy or restart script, at least on systems running systemd.
The additional line in the jellyfin.se
C# application with primary purpose of idling Steam cards from multiple accounts simultaneously.
-
Updated
Jan 2, 2020 - C#
Right now the Equivalent Domains is sent from the client and stored on the server in plain text. This should be encrypted on the client the same as passwords/sites.
This isn't a huge security issue, but if the database was compromised then the list of domains would be available from each account. This list of domains would be ones that the user has accounts on creating a privacy issue.
See
fix: //TODO NLog 5, check MustBeRethrown()
- src\NLog\Config\ConfigSectionHandler.cs(62):
- src\NLog\Config\ConfigurationItemFactory.cs(280):
- src\NLog\LogFactory.cs(196):
- src\NLog\Targets\FileTarget.cs(617):
:school_satchel: :rocket: :tada: A list of interview questions. This repository is everything you need to prepare for your technical interview.
-
Updated
Jan 2, 2020
I'd love to use this, but I don't see any documentation on usage (hopefully I'm just missing it?). From what I can piece together from the Live-reloading section, you call quicktype like this:
quicktype--lang csharp my-json.json
This seems to work, but it was just a guess. Are there any parameters we can tweak? Other configuration like namespace or pocos?
Before you post
First make sure that your question is not already answered by the manual or reference. (404 not found)
Why
I use SelfHosting on port 81 since port 80 is blocked often by programms like skype. But I always need to disable the windows firewall before. I can see in Sysinternals TCPView that the process "Sy
I think the IsAnagram() method doesn't work as expected. For example, it would fail for the below string combinations ("abc","bbb") or ("acdf", "bcde").
I think a simple LINQ implementation would be easy enough to implement here.
If you like, I could do that and also implement unit tests for it.
-
Updated
Jan 2, 2020 - C#
- PrepareRequest and ProcessResponse methods, but ProcessException partial method is missing
- Add option to directly generate logging code
Describe the bug
The Unity usage example assumes that user has Rantionary.rpkg file in assets/resources folder but there is no step by step information on how to import those and from what source.
The Rant3.zip from github doesn't contain said file.
To Reproduce
Steps to reproduce the behavior:
- Follow the Running in Unity tutorial
- Run the example in Unity
- See the erro
I can not figure out the syntax to change the text color. I assume I can change background, foreground, and hotkey colors, either by changing individual attributes or by applying a color scheme. Can you provide code examples of both approaches?
Created by Anders Hejlsberg
Released January 2002
- Repository
- dotnet/csharplang
- Website
- docs.microsoft.com/dotnet/csharp
- Wikipedia
- Wikipedia

Once our min version is RS5, we can update our app to use DataTemplates in the NavigationView. Downlevel, this is bugged and a DataTemplate with a NavigationViewItem/NavigationViewItemHeader as the top-level element will result in a double-nested item container.