Closed
Description
- Merge to main-vs-deps
- call TryGetValue to get dictionary entry
- Switch off of mutlidictionary
- Revert "Refactoring of extension methods in source packages (#78620)"
- Remove blank line output from the node writer proportional to the number of non-abstract nodes
- Extensions: relax inferrability rule
- Extensions: use specific tracking issues for different areas
- Avoid ignored directive errors in disabled regions
- Track changed text instead of clearing immediate window.
- Restore some parts of the progression api some legacy components (like codemap) use.
- Add a fallback path when launching the BuildHost
- Fix LSP references for using alias
- EnC: Partial solution updates
- Fix corruption of sliding text window when trying to peek backwards.
- Decouple EditorFeatures.Test.Utilities from VS services
- Extensions: fix lowering of implicit conversion on receiver in pattern-based scenarios
- Extensions: mark skeleton type with 'specialname'
- Extensions: Do not consider extension block methods as entry points, consider their implementation methods instead
- Clean up HasDuplicates extension method
- Fix VB remove-imports not showing up
- add the schedule back to main-merge
- Refactoring of extension methods in source packages
- EnC: Simplify diagnostic reporting
- Add main to main-vs-deps flow
- Directly create virtual project when dotnet run-api is missing for now
- Updates to unblock dartlab pipeline
- Ensure sln load uses project absolute paths
- Remove workarounds for bugs that have been fixed
- Remove a workaround we had for an old version of Copilot
- Avoid dereferencing null CheckConstraintsArgs.CurrentCompilation
- Fixed crash in
RemoveUnnecessarySuppressions
caused by multi-variable declaration - Switch return to continue
- Fix cast before we unsubscribe
- Don't refresh dynamic files under a lock
- Move off of a linear walk in solution-explorer symbol tree updates.
- Update progression work to have context menu.
- Move off of Progression for solution explorer.
- Fix crash when determining if on header of invalid if-statement
- Remove EditorFeaturesWpf TestComposition