Skip to content
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

Add the title, category and description fields into build diagnostics reported in error list #57377

Closed
mavasani opened this issue Oct 26, 2021 · 0 comments · Fixed by #58409
Closed
Assignees
Milestone

Comments

@mavasani
Copy link
Contributor

mavasani commented Oct 26, 2021

Error list diagnostics coming from build output only contain the diagnostic ID and the message. Work involved here is map the diagnostic ID for build diagnostic back to compiler or analyzer/generator diagnostic descriptor and then add the title, category and description fields into the diagnostic reported in the error list. Let me open an issue to track this work.

Originally posted by @mavasani in #46911 (reply in thread)

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Analyzers untriaged Issues and PRs which have not yet been triaged by a lead labels Oct 26, 2021
@jinujoseph jinujoseph added Concept-Continuous Improvement and removed untriaged Issues and PRs which have not yet been triaged by a lead labels Oct 27, 2021
@jinujoseph jinujoseph added this to the 17.1 milestone Oct 27, 2021
mavasani added a commit to mavasani/roslyn that referenced this issue Dec 18, 2021
Fixes dotnet#57377
Diagnostics reported from build should now correctly populate the fields such as description, category, title, etc.
mavasani added a commit to mavasani/roslyn that referenced this issue Dec 18, 2021
Fixes dotnet#57377
Diagnostics reported from build should now correctly populate the fields such as description, category, title, etc.
@jinujoseph jinujoseph modified the milestones: 17.1, 17.3 Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants