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

Skip to content

Tags: kkm000/roslyn

Tags

Visual-Studio-2022-Version-17.14-Preview-1

Toggle Visual-Studio-2022-Version-17.14-Preview-1's commit message
Build Branch: refs/heads/release/dev17.14

Internal ID: 20250205.1
Internal VS ID: rel.d17.14-35806.103

Visual-Studio-2022-Version-17.13

Toggle Visual-Studio-2022-Version-17.13's commit message
Build Branch: refs/heads/release/dev17.13

Internal ID: 20250205.4
Internal VS ID: rel.d17.13-35806.99

VSCode-CSharp-2.65.29

Toggle VSCode-CSharp-2.65.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge vscode .net9 into main (dotnet#77093)

partial validation has been completed, request is to merge this so we
can get it in for Fridays validation as well

Visual-Studio-2022-Version-17.13-Preview-5

Toggle Visual-Studio-2022-Version-17.13-Preview-5's commit message
Build Branch: refs/heads/release/dev17.13

Internal ID: 20250126.8
Internal VS ID: rel.d17.13-35731.43

Visual-Studio-2019-Version-16.11.44

Toggle Visual-Studio-2019-Version-16.11.44's commit message
Build Branch: refs/heads/release/dev16.11-vs-deps

Internal ID: 20220208.8
Internal VS ID: rel.d16.11-35731.53

Visual-Studio-2022-Version-17.12.5

Toggle Visual-Studio-2022-Version-17.12.5's commit message
Build Branch: refs/heads/release/dev17.12

Internal ID: 20241231.1
Internal VS ID: rel.d17.12-35728.132

Visual-Studio-2022-Version-17.10.11

Toggle Visual-Studio-2022-Version-17.10.11's commit message
Build Branch: refs/heads/release/dev17.10

Internal ID: 20250106.12
Internal VS ID: rel.d17.10-35728.63

Visual-Studio-2022-Version-17.8.18

Toggle Visual-Studio-2022-Version-17.8.18's commit message
Build Branch: refs/heads/release/dev17.8

Internal ID: 20250106.18
Internal VS ID: rel.d17.8-35728.64

Visual-Studio-2022-Version-17.13-Preview-4

Toggle Visual-Studio-2022-Version-17.13-Preview-4's commit message
Build Branch: refs/heads/release/dev17.13

Internal ID: 20250122.11
Internal VS ID: rel.d17.13-35723.152

VSCode-CSharp-2.64.7

Toggle VSCode-CSharp-2.64.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enable extract refactorings in LSP (dotnet#76718)

Options services are added to the LanguageServer project so that the
extract refactorings will run. The options use defaults and do not
require user interaction. This is part of the O# parity work and the
defaults match those used by O#.

Once inserted, this will resolve
dotnet/vscode-csharp#6430