diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c2cc41..be7a87d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,15 @@ - Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876) # 2.89.x -* Bump Roslyn to 5.0.0-2.25412.5 (PR: [#8527](https://github.com/dotnet/vscode-csharp/pull/8527)) +* Bump Roslyn (version unresolved) (PR: [#28](https://github.com/deepakrathore33/test-github-actions/pull/28)) * Don't try to load file based projects unless we get a .cs file(PR: [#79844](https://github.com/dotnet/roslyn/pull/79844)) * Workaround VSCode's lack of support for case sorting in completion(PR: [#79772](https://github.com/dotnet/roslyn/pull/79772)) * Add messages for when design time builds begin and complete(PR: [#79669](https://github.com/dotnet/roslyn/pull/79669)) * Fix renaming of locals in source generated documents(PR: [#79838](https://github.com/dotnet/roslyn/pull/79838)) * Allow Razor to call into codelens(PR: [#79795](https://github.com/dotnet/roslyn/pull/79795)) * Do not report 'no-effect' warning when active top-level code is updated(PR: [#79746](https://github.com/dotnet/roslyn/pull/79746)) + * Block ENC for extension blocks (PR: [#79883](https://github.com/dotnet/roslyn/pull/79883)) + * Update package restore error message. (PR: [#79876](https://github.com/dotnet/roslyn/pull/79876)) * Register Blazor WASM debugger in Razor Cohosting (PR: [#8511](https://github.com/dotnet/vscode-csharp/pull/8511)) * Bump Razor to 10.0.0-preview.25411.5 (PR: [#8512](https://github.com/dotnet/vscode-csharp/pull/8512)) * Fix VS Code cohosting completion when Razor and C# are valid (PR: [#12096](https://github.com/dotnet/razor/pull/12096)) diff --git a/package.json b/package.json index 9afb168..cda6ce2 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "workspace" ], "defaults": { - "roslyn": "5.0.0-2.25412.5", + "roslyn": "unknown", "omniSharp": "1.39.14", "razor": "10.0.0-preview.25411.5", "razorOmnisharp": "7.0.0-preview.23363.1", @@ -5658,4 +5658,4 @@ } } } -} \ No newline at end of file +}