main
Support embedded lang features when overload resolution fails
Avoid unnecessary tree walk when hitting non-relevant directives
Replace string.Compare == 0 patterns with Equals/StartsWith calls (#84036)
[Dogfooding] Enforce IDE0060 (Remove unused parameter) as build warning in IDE projects
Fixup conditional access erxpression handling, and add tests
Move service and extensions down to shared analyzer layer
Fix issue with remove unnecessary parens in vb
Move SpecializedCollections to Microsoft.CodeAnalysis.Collections namespace (#78466)
Move SyntaxFacts service down to CompilerExtensions shared project
VB side
Precursor to share code with RoslynAnalyzers. (#79117)
Rename existing namespace
Enable new option
Add IDE analyzer for unnecessary pragma suppressions
Move vb code around
Remove unused usings reported on command line build, but not in the IDE