-
From @https://github.com/Vannevelj
I've installed the net core 2.1 SDK and the projects load correctly. I then installed the 3.0-preview and changed the solution to use this instead and now they can …
-
## Steps to Reproduce
1. Compile Mono with LLVM enabled
2. Run corlib tests with LLVM
3. It hangs/crashes a lot
### Current Behavior
Either it hangs (https://jenkins.mono-project.co…
-
I double-click the executable after extraction from the x64 zip archive (unblocked first). The window launches full-screen, I get to see a spinner in the middle and that's it.
Windows 10 with lates…
-
**Which trigger/binding are you using?**
SQL Trigger, but I believe this issue is relevant for any trigger.
**Which language are you using?**
C#
**Provide resource details**
N/A
**Expecte…
-
Learn the **basics of programming**, using a programming language by choice (e.g. C#, JavaScript, Python, Java, C++, PHP or other). Choose one programming language and master it.
Take with **excell…
nakov updated
5 years ago
-
How to configure syntax style for different codeBlock languages?
```
…
-
``` csharp
void Foo(Fee a)
{
}
```
becomes
``` csharp
void Foo(Fee a)
{
if (a == null) throw new ArgumentNullException(nameof(a))
}
```
Style: `Refactoring`
Severity: `Hidden`
Id: `CC0078`
@clk…
-
Is it possible to add custom annotations when generating c# server or client classes? I would like the same models when communicating to the backend using RPC.
-
Certain parts of review updates and requests are moved to do after initial release (parts i think are good to do but are not showstoppers).
Pull requests which these are based on
https://github.co…
-
# [C#] Add new reference document: readonly vs const
This issue describes how to add a new [C# reference document][reference]: readonly vs const.
## Description
The goal of the new reference …