-
**Describe the bug**
When executing the `dotnet stryker` the operation is interrupted informing that it must be an error in the stryker itself.
**Logs**
```
C:\Git\Kli\Test.Kli (master -> github…
-
**Version Used**: 3.5.0-beta2-final
**Steps to Reproduce**:
```
using System;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSha…
-
For the nullable check in c# 8.0, I change by byte[] return type into byte[]?, and the stylecop report error:
`public byte[]? Foo() {}`
`SA1011 Closing square bracket should be followed by a space…
-
Trying to update a custom Roslyn Analyzer to C# 8 with NullableContext enable, while comparing two types that where equals, now they are not anymore.
**Version Used**:
VS2019 Preview 2.1 and …
-
I followed the instructions in [`Setup.md`](https://github.com/dotnet/try/blob/9a6c18fe57a14879fff088ef26f9ec76d2cd610d/Samples/Setup.md) and while I managed to get the web site up and running, a mess…
-
Update (jcouv): Updated the issue to capture proposal and open issues.
Here's the current proposal:
In the IDE, the dropdown will just have new entries, “C# 7.1”, …, “C# 8.0”, in addition to cur…
-
# Problem
Backwards compatibility is a big deal for any language design team. The language needs to evolve, but the team never wants to break existing code.
C# has become better every version. The…