-
Notifications
You must be signed in to change notification settings - Fork 0
How to write tests for analyzers
Markus Hastreiter edited this page Apr 10, 2024
·
1 revision
(at the moment a link collection)
- https://www.thinktecture.com/net/roslyn-source-generators-analyzers-code-fixes-testing/
- https://github.com/dotnet/roslyn-sdk/tree/main/src/Microsoft.CodeAnalysis.Testing#overriding-the-default-verifier-behavior
- https://learn.microsoft.com/de-de/dotnet/csharp/roslyn-sdk/tutorials/how-to-write-csharp-analyzer-code-fix
- https://www.alwaysdeveloping.net/p/analyzer-test/