Skip to content

Tags: dotnet/roslyn

Tags

VSCode-CSharp-2.60.26

Toggle VSCode-CSharp-2.60.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix go-to-def on an abstract explicit impl of an interface method (#7…

…6238)

Fixes #61268

VSCode-CSharp-2.59.14

Toggle VSCode-CSharp-2.59.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Flatten SourceMethodSymbol hierarchy (#76107)

Once upon a time, there were source method symbols that didn't have attributes, and thus we had `SourceMethodSymbol` and `SourceMethodSymbolWithAttributes`, to simplify/save on symbol size for such methods. Today, there is no such difference, and the only direct implementor of `SourceMethodSymbol` is `SourceMethodSymbolWithAttributes`. Therefore, I've cleaned up the hierarchy by removing the dead intermediate class.

Visual-Studio-2022-Version-17.12.2

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

Internal ID: 20241108.5
Internal VS ID: rel.d17.12-35521.163

VSCode-CSharp-2.58.20

Toggle VSCode-CSharp-2.58.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support unbound generic types in 'nameof' operator. (#75368)

Co-authored-by: Julien Couvreur <[email protected]>

Visual-Studio-2022-Version-17.12.1

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

Internal ID: 20241108.5
Internal VS ID: rel.d17.12-35514.174

VSCode-CSharp-2.57.28

Toggle VSCode-CSharp-2.57.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Language Feature Status.md (#75935)

VSCode-CSharp-2.56.31

Toggle VSCode-CSharp-2.56.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump Razor to 9.0.0-preview.24555.12 (#75794)

The previous bump was because of a serialization change from v6 to v7.
Sadly RPS meant that change got reverted, so this takes us back to v6.

I suspect we'll be back at v7 soon, but preparing this so Razor
insertions are not otherwise blocked.

VSCode-CSharp-2.56.29

Toggle VSCode-CSharp-2.56.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump Razor to 9.0.0-preview.24555.12 (#75794)

The previous bump was because of a serialization change from v6 to v7.
Sadly RPS meant that change got reverted, so this takes us back to v6.

I suspect we'll be back at v7 soon, but preparing this so Razor
insertions are not otherwise blocked.

Visual-Studio-2022-Version-17.13-Preview-1

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

Internal ID: 20241101.2
Internal VS ID: rel.d17.13-35507.96

VSCode-CSharp-2.55.29

Toggle VSCode-CSharp-2.55.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cherry pick telemetry fix (#75817)

cherry-pick changes in #75813 to
backport to release vscode