-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Description
- Semantic snippets: don't provide snippets when dotting of a type name
- Extract local functions to make project updating simpler to understand.
- Switch to just using paths as keys for file watching
- Standardize on NET pre-proc symbol (74859)
- Expose disposing capability on IAssemblyLoaderInternal
- Skip ValidateVisualBasicTemplateProjects failing on CI due to AVE (74831)
- Fix error closing source link documents in VSCode (74862)
- Always make project changes using the 'batch scope' approach to reduce duplication.
- Hook up file watchers for analyzer references
- Move type to its own file
- Reduce allocations from newline information allocated by ChangedText.GetLinesCore (74728)
- Set ScaleFactor for inheritance margin context menu (74849)
- [main] Update dependencies from dotnet/source-build-reference-packages (74254)
- [main] Update dependencies from dotnet/source-build-externals (74599)
- Retry design time build fix while also keeping FUTDC working (74828)
- Remove dependency on deprecated ref package (74814)
- Reduce allocations in CSharpSyntaxFacts.AppendMembers (again) (74790)
- Remove IChecksummedObject type.
- Rename type for clarity
- Update LSP Protocol Types (73911)
- Skip vsix crossgen targets when running design time build (74822)
- Semantic snippets tests (74808)
- Clean inline rename session (74818)
- Communicate with OOP process to determine if an AnalyzerReference has analyzers or source generators. (74810)
- Fix Typo in LSP protocol type (74817)
- Only copy devkit assemblies for unit tests when doing a real build (74812)
- Move to basic ref assemblies for net20 (74802)
- Stylistic cleanup of some solution explorer code