7 references to CSharpSourceGeneratorVerifier
Microsoft.AspNetCore.App.Analyzers.Test (7)
SourceGenerators\PublicTopLevelProgramGeneratorTests.cs (7)
4using VerifyCS = Microsoft.AspNetCore.Analyzers.Verifiers.CSharpSourceGeneratorVerifier<Microsoft.AspNetCore.SourceGenerators.PublicProgramSourceGenerator>; 28await VerifyCS.VerifyAsync(source, "PublicTopLevelProgram.Generated.g.cs", expected); 46await VerifyCS.VerifyAsync(source); 64await VerifyCS.VerifyAsync(source); 86await VerifyCS.VerifyAsync(source); 108await VerifyCS.VerifyAsync(source); 132await VerifyCS.VerifyAsync(source);