-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Description
- Refactor semantic snippets (74712)
- Use existing property to access services
- Disable build on test refresh (74751)
- Switch to primary constructor
- Fix some small things with readme (74709)
- Avoid async void methods
- Switch API to immutable-array from params-array
- Fix URI comparisons for different casing (74746)
- Remove implicit unsafe cast in foreach
- Remove unnecessary type for wrapping analyzer references.
- Some minor renames/cleanup before an upcoming large refactoring
- Send a TextDocumentidentifier for razor dynamic file requests/responses (74727)
- Rename file and wrap long parameter list
- Modify MergedNamespaceDeclaration.MakeChildren to to allocate less (74698)
- Preserve document extension for the preview content we create
- Remove unused parameter in analyzer loading code
- Reenable workspace pull diagnostics
- Make analyzer mvid part of our checksum
- Disable targeted notifications in integration tests (73987)
- Revise usage of
<code>tag inIOperationdocs (74719) - Modify ISyntaxTreeFactoryService.CreateSyntaxTree to take in an optional SourceText. (74707)
- Reduce allocations in SymbolKey.ResolveString (74618)
- Do not mark 2 first
intparameters of an interpolated string handler constructor as unused (74064) - Remove an enumerator allocation during scrolling (74710)
- Fix issues with VSCode LSP EA causing handlers to fail to load (74700)
- Rewrite BulidSolution in Integration tests (74690)
- Ensure that GetContentHash produces the same value on different endian machines (74696)
- Remove most usage of "new ArrayBuilder" (74689)
- Only report project load events for initial load in VSCode (74688)
- Remove razor source generator hack (74651)
- Mark compiler-generated list type with
[CompilerGenerated]attribute (74683) - Reduce allocations in AbstractSymbolCompletionProvider.CreateItems (74670)
- Don't try and add the result diagnostics if they are default or empty (#74507) (74560)
Reactions are currently unavailable