main
Add support for 'fixed'
Use helper method
Reapply "Update methods to be `async`." (#81808)
Make the types in CSharp Features sealed
Sort usings
Use primary constructors
simplify
Simplify code fixers
Remove unused usings
Nullable enable
Fixed crash in CSharpConvertToRecordRefactoringProvider.
Remove unnecessary imports
use collection expression
Fix test
movem ore down
Make sealed
Update generate-variable to understand null-conditional-assignment
Add fixer
Move to a syntax editor fix all provider
Fix override implementation with generics and constraints
Simplify
fix: raising of CS8618 on static members (#83146)
Update warning to mention 'this method'
Add analyzers
Fix typo teh to the (#82237)
Add ExtensionOrder to ensure RemoveUnnecessaryImports runs before FileHeader
Fix RemoveUnnecessaryParentheses to detect simple expressions in bitwise operations
Add a helper to determine if a type has a specific attribute or not on it
Generics
Add LanguageVersion for C# 14 (#79725)
Fix with-element indentation in collection expressions on multiple lines (#83030)
ordering
Remove
Do not offer to use expression body on a lambda if it would cause overlaod resolution to change
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 tabs vs spaces
Localized file check-in by OneLocBuild Task: Build definition ID 327: Build ID 3012610
Apply labeled-jump fixes via forking so nested loops compose
Add empty shared projects for CodeStyle layer refactoring work