Tooling to describe expected static code analyzer behavior in annotated code files.
$ dotnet add package CodeAnalysis.TestToolsThe package provides tooling to verify the behavior of Diagnostic Analyzers, and Code Fix Providers. It does this by providing a (test) context builder, and a mechanism to define expected issues in code (files).
More info can be found at https://github.com/Corniel/roslyn-test-tools.