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
Diagnostics won't be incremental in the generator pipeline: dotnet/roslyn#68291
Workaround is to create a DiagnosticTemplate record with all the information required to report the diagnostic, then build the diagnostic right before reporting it.
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @dotnet/interop-contrib
See info in area-owners.md if you want to be subscribed.
Issue Details
Diagnostics won't be incremental in the generator pipeline: dotnet/roslyn#68291
Workaround is to create a DiagnosticTemplate record with all the information required to report the diagnostic, then build the diagnostic right before reporting it.
Diagnostics won't be incremental in the generator pipeline: dotnet/roslyn#68291
Workaround is to create a DiagnosticTemplate record with all the information required to report the diagnostic, then build the diagnostic right before reporting it.
The text was updated successfully, but these errors were encountered: