-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Description
Commits since last PR:
- Update src/EditorFeatures/CSharpTest/CodeActions/MoveStaticMembers/CSharpMoveStaticMembersTests.cs (bc23825)
- Update src/EditorFeatures/CSharpTest/CodeActions/MoveStaticMembers/CSharpMoveStaticMembersTests.cs (84e0fa1)
- Fix: Prevent "Move Static Members" refactoring from being offered on enum members (9853b39)
- Add workitem (8e0f773)
- Make FAR and Rename work on cref-type parameters (9c3858b)
- Update rename test (f380de1)
- Extract type (6b07133)
- Add work item (49de8c4)
Merged PRs:
- Add a couple 'generate equals' tests
- Add a couple of misc runtime async tests
- Remove obsolete IsBitness64 check from DeleteControl test
- Unskip tests of MSBuildWorkspace with blazor and blazorwasm templates
- Change default sln to slnx
- Simplify sequence point display
- Target typed conditional expression recovery
- #81118: Fix dropdown in "Move static members" dialog
- Don't emit DebuggerStepThroughAttribute for runtime async methods
- Report an error for dynamic evaluation of
&&/||when left operand is statically typed as an interface - Add support for HandleAsyncEntryPoint API in async Main code generation
- File-based programs live directive diagnostics
- Record anonymous type dependencies during initial binding