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
Would it be possible to make the AnalyzerConfigOptions available to PostInitialization in a SourceGenerator?
It would be useful to be able to allow the end user to configure what sources my SourceGenerator adds in this callback, as they may not want all features.
It is not a big problem, as I can always provide multiple SGs and they can then include whichever ones are relevant, but that makes the process a bit more messy for the end developer.
The text was updated successfully, but these errors were encountered:
Would it be possible to make the AnalyzerConfigOptions available to PostInitialization in a SourceGenerator?
It would be useful to be able to allow the end user to configure what sources my SourceGenerator adds in this callback, as they may not want all features.
It is not a big problem, as I can always provide multiple SGs and they can then include whichever ones are relevant, but that makes the process a bit more messy for the end developer.
The text was updated successfully, but these errors were encountered: