main
Organize VB imports
Apply FixAll in solution for IDE0005 (fixes VB projects in the solution)
[Dogfooding] Enforce IDE0060 (Remove unused parameter) as build warning in IDE projects
Refactor extensions and utilities in Workspaces layer into shared projects
Support adding package and reference assemblies from an import
Unskip tests
Apply CA1822 (Make member static) FixAll in project for IDE layer projects
Remove unnecessary casts
#3438, use standard Type Conversion Functions when possible
Move SyntaxFacts service down to CompilerExtensions shared project
Switch to more modern vb construc
Move SpecializedCollections to Microsoft.CodeAnalysis.Collections namespace (#78466)
Break out helpers to be much more explicit about what is being asked for.
Enable new option