-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify the code for getting source generator diagnostics into the diagnostics service. #77898
Simplify the code for getting source generator diagnostics into the diagnostics service. #77898
Conversation
…iagnostics service
@dibarbet ptal. |
|
||
result = await UpdateWithGeneratorFailuresAsync(result).ConfigureAwait(false); | ||
// result = await UpdateWithGeneratorFailuresAsync(result).ConfigureAwait(false); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will do in update.
// based on 'shouldIncludeDiagnostic' predicate. More specifically, TS has special document | ||
// analyzer which report 0 supported diagnostics, but we always want to execute it. | ||
// Special case DocumentDiagnosticAnalyzer to never skip these document analyzers based on | ||
// 'shouldIncludeDiagnostic' predicate. More specifically, TS has special document analyzer which report |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TS has special document analyzer which report
// 0 supported diagnostics, but we always want to execute it.
is this still true, or has it moved off of roslyn?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
literally in the process of moving them off :) PR should go in this week.s
No description provided.