Verify.SourceGenerators
Verify.SourceGenerators copied to clipboard
Extends Verify to allow verification of C# Source Generators.
Results
1
Verify.SourceGenerators issues
Sort by
recently updated
recently updated
newest added
#### Describe the bug When I try to launch debug on source generator and invoke """csharp [ModuleInitializer] public static void Init() { VerifySourceGenerators.Initialize(); } """ I receive error """cmd The...