Skip to content
csharp logo

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 7,514 public repositories matching this topic...

jean-airoldie
jean-airoldie commented Jun 6, 2019

Here is some general documentation improvement suggestion regarding flatbuffers. This is what I remember struggling with (from the top of my head). Also some point might be a little bit opinionated.

Some of the points were taken from #5387.

  • Regarding the builder:
    • The fact that its kinda like an arena allocator used for serialization.
    • The concept of offsets, what do they repre
bdcoder2
bdcoder2 commented Apr 21, 2018

The NetwtonSoft documentation seems to lack a LOT of detail. For example:

The documentation for JsonConvert.DeserializeObject Method (String) (which I picked at random), found at:
https://www.newtonsoft.com/json/help/html/M_Newtonsoft_Json_JsonConvert_DeserializeObject__1.htm

The documentation makes NO mention of the exceptions that may be thrown by this method, if any. However, i

Orb370
Orb370 commented May 18, 2019

Engineer Selection Priority: 5
Harvester Selection Priority: 7

Basically, change it so engineers are selected before harvesters. This is in response to a rare issue I've had, and recently learned others do too, that in a panic someone sends their harvesters instead of their engineer.

I'm not 100% sure the repercussions of this (what is priority 6?), but the goal is to change it so, when h

captainjs
captainjs commented Jun 27, 2019

Hi,
On this page:
https://chocolatey.org/docs/helpers-install-chocolatey-package

Look the example 3:

$url = 'https://somewhere.com/file.msi'
$url64 = 'https://somewhere.com/file-x64.msi'

It's never calling these variables.

Maybe:
A: a step is missing in the example
B: there's a copy paste error in the example

Can you please have a look and fix it?

Cheers,

Squirrel.Windows
hvassbotn
hvassbotn commented Jul 27, 2016

Large parts of the documentation makes (reasonable) assumptions that the app to be installed is a dotNet application. That's ok, but the information for non-dotnet usage is scarce and often not linked to.

The one relevant page I've found is:

https://github.com/Squirrel/Squirrel.Windows/blob/master/docs/using/custom-squirrel-events-non-cs.md

I'm in the process of starting using Squirrel.Windows

BenchmarkDotNet
simonech
simonech commented Jun 24, 2019

For each Job, it adds plots about density, cumulative mean, and so on. But two files are named BenchmarkDotNet.Artifacts/results/MyBench.Sleeps-Time50--density.png and BenchmarkDotNet.Artifacts/results/MyBench.Sleeps-Time50--facetDensity.png, with the -- instead of single. Like some iteration variable is empty (since later there are names with -Default-
![image](https://user-images.github

Learn about csharp

Repository
dotnet/csharplang
Website
docs.microsoft.com/dotnet/csharp
Wikipedia
Wikipedia
Loading…
You can’t perform that action at this time.