Closed
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