[Automated] PRs inserted in VS build feature.debugger.shadowDebug-35313.170 #75120
Closed
Description
- docs: Correct SDK version in documentation to match global.json (75038)
- Add a test observing lack of an issue. (75057)
- Configure release/vscode branch for nuget publishing (75059)
- Fix preview refresh on selection for enum flags checkboxes (75053)
- Semantic snippets: handle case with inline statement snippets before member access expression (74966)
- Remove MS.CA.Test.Resources.Proprietary PackageReference (75037)
- Allow suppressing nullability warnings in more ref scenarios (74498)
- Fix issue where closing sourcelink document threw if not opened (75046)
- Expose sourcelink option to VSCode (75044)
- Report source generator failures in Hot Reload diagnostics (75029)
- Handle infinite cycles through params collection initializers (74899)
- Use ordinal ignore case for opening pdb source documents (75030)
- Use numbered lists in
IOperation
documentation (75016) - Preserve trailing trivia when replacing method with property (75027)
- Fix typo in ProjectCodeModelFactory.ProcessNextDocumentBatchAsync (75020)
- Remove the cancellation token from the calculation of InProgressState.LazyStaleCompilationWithGeneratedDocuments (75001)
- Test attribute function pointer execution on net9 (74999)
- Fix IOperation debugging experience (74997)
- CodeQL suppressions (75003)
- Fix exception case in compiler resolver (75000)
- Remove debug-only assert method (74996)
- Fixup partial property API usage (74951)
- Fix typo incremental-generators.cookbook.md (74642)
- Re-enable double-to-integer conversion tests (74980)
- Remove toolset compiler workarounds (74990)
- 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)
- Simplify and unify assembly loader provider
- Fix handling default copilot option values (74866)
- Update dartlab pipeline (74811)
- Workaround failure to declare GenerateManifests as a dependency of _CopyResolvedFilesToPublishPreserveNewest (74842)
- Remove incorrect cast (74876)
- Semantic snippets: don't provide snippets when dotting of a type name (floow up) (74893)
- Switch to an async batching work queue in teh file change listener
- Pass along services object to make multiple service retrieval easier