Closed
Description
openedon Sep 6, 2024
- Avoid BuildHost crash in Mono due to missing types (74994)
- Find first potential editorconfig when trying to synchronize (74986)
- Ignore workspaces that do not have IEditAndContinueWorkspaceService (73861)
- Revert "Load analyzers and generators in isolated ALCs in our OOP process" (74985)
- Mark "ref struct interfaces" as shipped in C# 13 (74991)
- Expose Go To Impl and Spell Check to Razor (74978)
- Partial properties: duplicate membersByName before merging accessors (74969)
- Optimize single spread collection expression for
List<T>
(74769) - Allow ref enumerators in async/iterator methods (74800)
- Move to the real System.ValueTuple ref (74936)
- Remove usages of
#if CODE_STYLE
where possible. - Add NFW tracking to Solution.RemoveProjectReference (74965)
- Add ProjectInfo.WithId public API (74664)
- Use ignore case to fix analyzer reloading in devkit (74963)
- Update PublishData after vs snap (74961)
- Collection expressions: use conversion to check for ICollection for spread optimization (74949)
- Ensure rename cancellation is synchronous (74948)
- Wait for solution to be loaded before initializing remote telemetry
- Remove deleted folder from project file
- Added LSP support for document color requests (74933)
- Use collection expressions
- Add IRelatedDocumentsService EA wrapper for Copilot (74939)
- Update 'use collection expression' to support cases where switching to a collection expr will pick a ROS overload over an array one.
- Add LSP handler for copilot related documents
- Simplify equivalence comparers
- Always take ownership from UIThreadContext when rename commit (74889)
- Add tests validating a particular scenario
- Avoid synthesizing incorrect
allows ref struct
delegate type parameters (74914) - Initial work to create a service for returning related documents for copilot purposes.
- Fix broken url (74924)
- Make host outputs public (74750)
- Update field keyword feature status (74671)
- Report nullable ctor warnings for struct primary constructors (74844)
- update configs for snap (74904)
- Use InterceptorsNamespaces feature name instead of InterceptorsPreviewNamespaces (74865)
- Load analyzers and generators in isolated ALCs in our OOP process (74780)
- Add explicit cast to UseCoalesceExpressionForIfNullStatementCheckCodeFixProvider
- Double check document changes when dismiss rename (74905)
- Remove last custom ref test assemblies (74880)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment