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

Update features/rename_ui_rework #58068

Merged
merged 358 commits into from
Dec 2, 2021
Merged

Update features/rename_ui_rework #58068

merged 358 commits into from
Dec 2, 2021

Conversation

ryzngard
Copy link
Contributor

@ryzngard ryzngard commented Dec 2, 2021

No description provided.

CyrusNajmabadi and others added 30 commits November 17, 2021 16:07
Addresses second item in #56843

Prior to this change, all the analyzers that are not high-pri are added to the normal priority bucket and executed at once. This PR further breaks down the normal priority bucket into two buckets as follow:

1. `Normal`: Analyzers that produce at least one fixable diagnostic, i.e. have a corresponding code fixer.
2. `Low`: Analyzers without any fixable diagnostics, i.e. have no corresponding code fixer. These diagnostics will only have Suppression/Configuration quick actions, which are lower priority and always show up at the bottom of the light bulb.

This new bucketing allows us to reduce the number of analyzers that are executed in the Normal priority bucket and hence generate all the non-suppression/configuration code fixes faster in async light bulb.
…ts/AbstractTableDataSourceFindUsagesContext.cs
Exclude unnecessary sqlite assemblies for .Net 6 host
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approval

genlu and others added 2 commits December 1, 2021 16:38
Fix await completion for expression body lambda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.