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
I have managed to create some source generators that implement the ISourceGenerator interface.
I found that .net 6 has the new interface IIncrementalGenerator which can help improve performance.
However, I found that the information being sent is not nearly as much as the ISourceGenerator.
So a person has to do something completely different in order to get the information needed to even produce strings.
The text was updated successfully, but these errors were encountered:
I have managed to create some source generators that implement the ISourceGenerator interface.
I found that .net 6 has the new interface IIncrementalGenerator which can help improve performance.
However, I found that the information being sent is not nearly as much as the ISourceGenerator.
So a person has to do something completely different in order to get the information needed to even produce strings.
The text was updated successfully, but these errors were encountered: