-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Description
- Fix typos (77316)
- Reduce allocations during completion in FilterToVisibleAndBrowsableSymbols (77315)
- Make diagnostic checksum computation into an extension method. (77277)
- Change override completion to select text after updating the buffer. (76983)
- disable the WPF ComboBox Search behavior in Rename popup (77312)
- Add Copilot UI prototype to Semantic Search window (77222)
- Fix false positive 'Unnecessary assignment of a value' (77297)
- Disable realtime monitoring in the official pipeline (77302)
- Generate Documentation Auto-Insert (76665)
- Update to release nuget packages (#77261) (77298)
- Allow Semantic Search query function to take symbol parameter (77272)
- Don't use hardcoded line endings (77296)
- Remove out of support branches from PublishData.json (77294)
- Update PublicAPI files for 17.13 ship (#77266) (77295)
- Update debugger contracts to fix hot reload issue (77284)
- [main] Update dependencies from dotnet/source-build-reference-packages (77014)
- Switch TextDocumentState.GetTextVersionAsync to ValueTask to reduce allocations. (77213)
- Add an option to ignore aliases when moving using directives outside a namespace (77291)
- Fill some gaps in the LSP (77289)
- Update runtime async spec (76872)
- Ensure diagnostics refresh when source generators run in balanced mode (77271)
- Disable realtime monitoring in the PR-validation pipeline (77282)
- Fix override completion when attribute below (77242)
- Fix crash in 'introduce variable' when converting an object creation expression to an implicit object creation expression (77279)
- Fix Quick Info nullability display for backing fields (77240)
- [main] Update dependencies from dotnet/arcade (77175)
- Add missing word to the documentation file (77259)
- Allow more of Razor to use Roslyn Lsp types (74597)
- Make
InterceptableLocationimplementIEquatable<InterceptableLocation>(77137) - Remove state type from 'move type' refactoring (77248)
- Properly pass progress object along in fix all provider (77243)
- Remove need to use semantics in the 'move type' code refactoring provider. (77244)
- Allow oop syncing to send over ephemeral solutions with name/filepath changes in them. (77241)
- Inline Hints - Add background for Windows high contrast mode (77238)
- Do not offer primary constructor parameters when offering to generate Equals/GetHashCode (77235)
- Fix issue where hitting enter before a raw-string literal was processed incorrectly (77236)
- Rename feature to 'Add or remove accessibility modifiers' (77234)
- Semantic Snippets - using snippet (77214)
- Have distinct messages for adding vs. removing accessibility modifiers (77188)
- Cache diagnostic info based on project state not project. (77230)
- Update Compiler Breaking Changes - DotNet 9.md (77231)
- Remove potential leak in CachingSemanticModelProvider._providerCache (77192)
- Cache based on project state not project. (77141)
- Fix issue parsing for-statement initializer chain with commas and no initializers (77184)
- Make conditional weak table static (77210)
- Update Semantic Search Ref assembly (77196)
- Only refetch from CWT if adding to it failed (77211)
- Update 'use interpolated string' refactoring to support fix all (77209)
- Reduce allocations in SymbolCompletionItem.GetSupportedPlatforms (77168)
- Switch to UI thread to activate Semantic Search UIContext (77195)
- Multi-target LSP tests to run against .NET (77173)
- Update PublishData.json (77208)
- Classify string fields with embedded languages if we can see their values passed to a StringSyntax api (77199)
- Mention data string literal feature backport (77076)
- Add Copilot EA for language server (77047)
- Add IsExternalInit back to Razor EA (77186)
- Enable tests in VMR (77179)
- Add test demonstrating issue no longer repros (77185)
- Use the new test framework for missing IDE0060 diagnostics (77158)
- Add analyzer redirecting API (74820)
- Fix race during shutdown of the BuildHost server (77151)
- Fix workspace command execution (77152)
- Add Microsoft.CodeAnalysis.Contracts source package (76997)
- Use raw strings in tests (77150)
- Detect data section string literal hash collisions (77061)