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
In Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing 1.1.2, the CreateGeneratorDriver method has been removed, so I modified the code to use GetAnalyzerOptions instead:
In Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing 1.1.1, I used the following code:
In Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing 1.1.2, the CreateGeneratorDriver method has been removed, so I modified the code to use GetAnalyzerOptions instead:
However, it seems that
GetAnalyzerOptions
is not being called. Is there any workaround?The text was updated successfully, but these errors were encountered: