VerifyTests / Verify.SourceGenerators

Extends Verify to allow verification of C# Source Generators.
MIT License
72 stars 11 forks source link

Simplify DiagnosticConverter #292

Closed RReverser closed 1 month ago

RReverser commented 1 month ago

Only a few fields on Diagnostic are its own, and the rest can be delegated to the existing DiagnosticDescriptor renderer.

This both simplifies the implementation, and makes Diagnostic's own output have clearer separation between own and "inherited" information.

SimonCropp commented 1 month ago

thanks