-
Notifications
You must be signed in to change notification settings - Fork 4.2k
ProjectId can't be null with diagnostics #77886
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
ProjectId can't be null with diagnostics #77886
Conversation
|
Tagging @tmat as hot reload was the only part that violated this. But i think there's a reasonable solution. NOte: we need diags associated with projects as projects are the large granular unit that we query for off of hte IDiagANalyzerService (which is what the IDiagSources call to in pull diagnostics). This simplifies a lot of hte system and ensures a consistent view of all diagnostics (they're either with a project, or an optional doc within a project). |
No description provided.