diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d8f5584e..581bed86e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ - Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876) # Latest +* Update Razor to 9.0.0-preview.24366.2 (PR: [#7384](https://github.com/dotnet/vscode-csharp/pull/7384)) + * [FUSE] Component attribute nameof() (#10581) (PR: [#10581](https://github.com/dotnet/razor/pull/10581)) + * Pool CodeWriter ReadOnlyMemory pages (#10585) (PR: [#10585](https://github.com/dotnet/razor/pull/10585)) + * Improve performance of `DefaultRazorTagHelperContextDiscoveryPhase` (#10602) (PR: [#10602](https://github.com/dotnet/razor/pull/10602)) + * Flesh out `PooledArrayBuilder` a bit (#10606) (PR: [#10606](https://github.com/dotnet/razor/pull/10606)) + +# 2.40.x * Add option to disable server gc (PR: [#7155](https://github.com/dotnet/vscode-csharp/pull/7155)) * Update the workspace status bar when the server is stopped. (PR: [#7352](https://github.com/dotnet/vscode-csharp/pull/7352)) * Update Debugger to v2.39.0 (PR: [#7342](https://github.com/dotnet/vscode-csharp/pull/7342)) diff --git a/package.json b/package.json index 321022b87..990545adb 100644 --- a/package.json +++ b/package.json @@ -37,9 +37,9 @@ } }, "defaults": { - "roslyn": "4.12.0-1.24366.6", + "roslyn": "4.12.0-1.24372.2", "omniSharp": "1.39.11", - "razor": "9.0.0-preview.24365.1", + "razor": "9.0.0-preview.24366.2", "razorOmnisharp": "7.0.0-preview.23363.1", "xamlTools": "17.12.35119.17" }, @@ -5575,4 +5575,4 @@ } ] } -} \ No newline at end of file +}