SergeyTeplyakov / ErrorProne.NET

Set of roslyn-based analyzers for catching common C# errors (inspired by Google's error-prone)
MIT License
869 stars 43 forks source link

Cleanup tests by using VerifyCS #272

Closed SergeyTeplyakov closed 5 months ago

SergeyTeplyakov commented 5 months ago

In many cases the error location was hardcoded in tests which is not very refactoring friendly.

The PR moves to use [|code|] pattern.