-
## Overview
Uniform code base with high degree of quality is paramount. Today there are tools that help with that on every level. Investigate, integrate and configure them in NTS. This [blog post](ht…
-
I wanted to propose the idea of adding analyzers for Benchmark.NET. There's a couple of rules I was thinking of for this library:
* Make sure any classes that contain `[Benchmark]` methods are not …
-
## What would you like to be added:
```md
# OptimizeImplicitlyTriggeredBuild:
Uncomment this line if you're iterating quickly in your builds. This
will disable most of the C# analyzers, and you'l…
-
### Overview
There are a set of mistakes that are easy to make when using Blazor that could be caught with the help of Roslyn Analyzers. Some of these analyzers were prototyped in https://github.com/…
-
This includes
* #50249
* #52602
-
-
Currently, .NET project file analyzers does greatly (at least, I think) for project files bound to a single project. It is - however - still a bit cumbersome to validate files that don't. This is due …
-
Add NetAnalyzers for monitor performance issue
- [x] [CS0162](https://learn.microsoft.com/en-US/dotnet/csharp/misc/cs0162): Unreachable code detected #9717
- [x] [CS0649](https://learn.microsoft.…
-
I've updated my Visual Studio 2022 to Preview Version 17.12.0 Preview 3.0 and since then the `systemUsingDirectivesFirst` configuration seems to behave as if the default value was false, which is diff…
-
Given
```csharp
public class TestClass
{
public virtual Task TaskAsync() => Task.CompletedTask;
}
```
Two cases:
1. Mock has no setup corresponding to the specified invocation
When `…