Tags: teo-tsirpanis/roslyn
Tags
Merge pull request dotnet#74068 from dibarbet/add_lsp_types Add some missing LSP protocol definitions
Merge pull request dotnet#74068 from dibarbet/add_lsp_types Add some missing LSP protocol definitions
ChildSyntaxList.ItemInternal optimization (dotnet#73650) ChildSyntaxList.ItemInternal has shown up in many profiles that I've looked at. This optimization takes advantage that the first loop was previously always iterating through all the slots until it had found index items. However, as this method is commonly called from inside the ChildSyntaxList.Enumerator, it can use knowledge from previous calls to start that first loop at a more appropriate location. See PR description for benchmark information.
Merge pull request dotnet#73809 from dibarbet/fix_analyzer_loading_linux Switch to workspace service to ensure the analyzer loader uses streams on linux
Merge pull request dotnet#73809 from dibarbet/fix_analyzer_loading_linux Switch to workspace service to ensure the analyzer loader uses streams on linux
Merge pull request dotnet#73818 from dibarbet/fix_build_host Fix build host when only the .net 6 SDK is installed
Fix CPM in official builds (2) (dotnet#73532) * Fix CPM in official builds * more * more * more * more * work around sdk-tasks.ps1 issue * more
Fix CPM in official builds (2) (dotnet#73532) * Fix CPM in official builds * more * more * more * more * work around sdk-tasks.ps1 issue * more
Fix CPM in official builds (2) (dotnet#73532) * Fix CPM in official builds * more * more * more * more * work around sdk-tasks.ps1 issue * more
Fix CPM in official builds (2) (dotnet#73532) * Fix CPM in official builds * more * more * more * more * work around sdk-tasks.ps1 issue * more
PreviousNext