main
Address unstable ordering in AbstractBuiltInCodeStyleDiagnosticAnalyzer (#73189)
Update tests
Renames
Make tests non-async
Make tests more consistent
Port remaining unit test projects to Linux (#83153)
Apply suggestions from code review
Fix tests
Make tests synchronous
Inline test code
Fix test
Fix IDE0055: Enforce import directive grouping when groups are contiguous, regardless of sorting (#81202)
Support GenerateConstructor for Razor generated documents
Cleanup test methods
Use raw strings in tests
Add tests
Handle hidden Razor abstract class generation
Fix analyzer warnings in Razor implement interface tests
Fix up namespace
Port CodeStyle CSharp UnitTests to multi-target net10.0 and net472 (#83528)
Clean up HasReferenceAsDelegateInThisProjectAsync: remove redundant partial checks, simplify to single FAR call (#84288)
Fix make-readonly with spans.
Fix argument indentation
File-based apps: avoid running a few irrelevant editor features (#84575)
Merge remote-tracking branch 'origin/indentation' into testRawStrings
Use implicit object creation expressions
IDE test pass for closed class (#83682)
Tabs
almost there
Fix IDE0004 false positive for nullable generic type argument casts (#83326)
Add tests for covariance/contravariance with nullability enabled
Fix not offering to remove unnecessary nullable pragmas
Docs
Unsafe evolution: ensure diagnostics are picked up by IDE (#84603)
Report CS8802 on every file with top-level statements (#83916)
Don't offer IDE0058 for Null-conditional assignment (#83817)
Targeting IFormattable builds a FormattableString too
Fix crash in simplify linq expression (#82392)
Simplify markup
Add LanguageVersion for C# 14 (#79725)
Keep comments when converting coalesce expressions
Simplify tesets
Fix output of 'use conditional expression' with tabs
Add a dedicated fixer to fixup code in expression trees that is now calling restricted apis
Fix pp directives when converting block bodies to expression bodies
Update 'use implicit object creation' to work in async methods
Update WorkItem references from #78069 to #74960
Require the flag to reset before the guard in the flag-jump pattern
Convert to local function: ensure unique names for multiple discard parameters (#83644)
Fix false positive with Color Color static member access (#84533)
Respect object initializer severity for fade diagnostics (#84324)
Suppress IDE0019 when local is later passed to out/ref of nullable parameter (#83883)
Fixup incorrect syntax tree generation
Add scaffolding for labeled break/continue analyzer/fixer
Add empty shared projects for CodeStyle layer refactoring work
use modern extension