You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the classes my best guess is that you are supposed to have your test classes extend SourceGeneratorTest, but I don't really know what that would do nor do I know what type parameters to pass in (as TVerifier).
Could anyone point me in the right direction or to some documentation?
I could not not find any documentation on how to use Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing. I only found https://github.com/dotnet/roslyn-sdk/blob/main/src/Microsoft.CodeAnalysis.Testing/README.md which covers testing analyzers.
Looking at the classes my best guess is that you are supposed to have your test classes extend
SourceGeneratorTest, but I don't really know what that would do nor do I know what type parameters to pass in (as TVerifier).Could anyone point me in the right direction or to some documentation?