main
Cleanup and revert
Switch to more modern vb construc
Simplify ancestor checks
Rename existing namespace
Share code
Move few 'CodeFixProvider's to Analyzers layer
Move 'conflict resolution' fixer down to shared layer
Nullable enable
Update 'use nameof instead of typeof' to support generic types
Move 'doc comment' related code fixers down to shared layer
Use document options to create a correct EOL
Move formatting analyzer to shared Analyzers layer
Organize VB imports
movem ore down
Move types
Simplify
Replace string.Compare == 0 patterns with Equals/StartsWith calls (#84036)
Suppress RS0033 where improperly constructed in test code
Update warning to mention 'this method'
Rename
move the 'remove async modifier' fixer down to shared layer
Add ExtensionOrder to ensure RemoveUnnecessaryImports runs before FileHeader
Rename childIsSimple to innerExpressionHasPrimaryPrecedence and add more test cases
Remove ifdefs related to formatting (#74424)
Generics
IN progress
Do not pass syntax facts
renames
Added case with leading new lines for c#
Add missing CodeFix and Refactoring provider names
Fix the titles we show the user for the 'use is null' fixers
Localized file check-in by OneLocBuild Task: Build definition ID 327: Build ID 3012610
In progress
Add empty shared projects for CodeStyle layer refactoring work