Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: teo-tsirpanis/roslyn

Tags

VSCode-CSharp-2.37.26

Toggle VSCode-CSharp-2.37.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request dotnet#74068 from dibarbet/add_lsp_types

Add some missing LSP protocol definitions

VSCode-CSharp-2.36.19

Toggle VSCode-CSharp-2.36.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request dotnet#74068 from dibarbet/add_lsp_types

Add some missing LSP protocol definitions

VSCode-CSharp-2.35.15

Toggle VSCode-CSharp-2.35.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

VSCode-CSharp-2.34.12

Toggle VSCode-CSharp-2.34.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request dotnet#73809 from dibarbet/fix_analyzer_loading_linux

Switch to workspace service to ensure the analyzer loader uses streams on linux

VSCode-CSharp-2.34.10

Toggle VSCode-CSharp-2.34.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request dotnet#73809 from dibarbet/fix_analyzer_loading_linux

Switch to workspace service to ensure the analyzer loader uses streams on linux

VSCode-CSharp-2.33.17

Toggle VSCode-CSharp-2.33.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request dotnet#73818 from dibarbet/fix_build_host

Fix build host when only the .net 6 SDK is installed

VSCode-CSharp-2.33.13

Toggle VSCode-CSharp-2.33.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix CPM in official builds (2) (dotnet#73532)

* Fix CPM in official builds

* more

* more

* more

* more

* work around sdk-tasks.ps1 issue

* more

VSCode-CSharp-2.32.14

Toggle VSCode-CSharp-2.32.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix CPM in official builds (2) (dotnet#73532)

* Fix CPM in official builds

* more

* more

* more

* more

* work around sdk-tasks.ps1 issue

* more

VSCode-CSharp-2.31.19

Toggle VSCode-CSharp-2.31.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix CPM in official builds (2) (dotnet#73532)

* Fix CPM in official builds

* more

* more

* more

* more

* work around sdk-tasks.ps1 issue

* more

VSCode-CSharp-2.31.16

Toggle VSCode-CSharp-2.31.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix CPM in official builds (2) (dotnet#73532)

* Fix CPM in official builds

* more

* more

* more

* more

* work around sdk-tasks.ps1 issue

* more