-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
untriagedIssues and PRs which have not yet been triaged by a leadIssues and PRs which have not yet been triaged by a leadvs-insertion
Description
- Fix OOP crash issue with copilot change analysis
- Fix scoped variance checks involving ref struct interface implementation
- Fix deadlock if an MSBuild task is writing to stdout
- Extensions: allow cref references to extension members
- Pass missing Hot Reload result properties
- Extensions: address some follow-up comments
- Re-enable IDE0051
- Use net9 sdk
- Inline Hints - do not allow double click for collection expression type hint
- Remove more workspace registration hookup code.
- Fix issue serializing null options in VB
- Update code to use null propagation
- Update to using simple untyped lambdas
- Update to using unbound nameof(X<>) expressions
- Move to .NET 10 Preview 5
- Simplify workspace hookup in syntactic tagger
- Remove all progression code.
- Yield in task continuation to prevent stack overflow
- Remove RemoteControl workaround
- Fix issue with not resetting valueLength
- Introduce EA layer for TS to integrate with classification
- Reduce allocations in the ImageElementConverter and ImageIdConverter Read methods
- Reduce allocations under ContextMutableIntervalTree
- Add CommandLineResource API
- Add more ETW events to trace assembly loading
- Fix build break
- Switch behavior of "Go to definition" and "Go to implementation" for partial members
- Add VSTypeScriptAsynchronousTaggerProvider2 for TypeScript that avoids TemporaryArray
- Fix await completion in an async iterator
- Switch to existing helpers for multi-dictionary use
- 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
RemoveUnnecessarySuppressionscaused 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
Metadata
Metadata
Assignees
Labels
untriagedIssues and PRs which have not yet been triaged by a leadIssues and PRs which have not yet been triaged by a leadvs-insertion