|
3 | 3 | - Diagnostics related feature requests and improvements [#5951](https://github.com/dotnet/vscode-csharp/issues/5951)
|
4 | 4 | - Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
|
5 | 5 |
|
| 6 | +# 2.82.x |
| 7 | +* Bump Razor to 10.0.0-preview.25279.1 (PR: [#8336](https://github.com/dotnet/vscode-csharp/pull/8336)) |
| 8 | + * Don't produce RazorSourceDocuments for imports with incorrect file paths (#11897) (PR: [#11897](https://github.com/dotnet/razor/pull/11897)) |
| 9 | + * Fixes one of the cases in directive attribute completion (#11896) (PR: [#11896](https://github.com/dotnet/razor/pull/11896)) |
| 10 | + * Reduce costs in ComponentDirectiveVisitor.VisitRazorDirective (#11881) (PR: [#11881](https://github.com/dotnet/razor/pull/11881)) |
| 11 | + * Compiler: Rationalize nodes, tokens, visitors, walkers, and rewriters, oh my! (#11853) (PR: [#11853](https://github.com/dotnet/razor/pull/11853)) |
| 12 | + * Reduce allocations in TagHelperParseTreeRewriter.Rewrite (#11882) (PR: [#11882](https://github.com/dotnet/razor/pull/11882)) |
| 13 | + * Propagate DynamicallyAccessedMembersAttribute to type inference method (#11856) (PR: [#11856](https://github.com/dotnet/razor/pull/11856)) |
| 14 | + * Tooling: Don't throw exceptions when generating code for file rooted outside of project (#11864) (PR: [#11864](https://github.com/dotnet/razor/pull/11864)) |
| 15 | + * Ensure @model types have a mapping in razor pages (#11844) (PR: [#11844](https://github.com/dotnet/razor/pull/11844)) |
| 16 | + * Fix aligned buffer write (#11861) (PR: [#11861](https://github.com/dotnet/razor/pull/11861)) |
| 17 | + |
6 | 18 | # 2.81.x
|
7 |
| -* Update Debugger Packages to v2.81.0(PR: [#8329](https://github.com/dotnet/vscode-csharp/pull/8329)) |
8 |
| -* Localization changes (PR: [#8327](https://github.com/dotnet/vscode-csharp/pull/8327)) |
| 19 | +* Update Debugger Packages to v2.81.0(PR: [#8329](https://github.com/dotnet/vscode-csharp/pull/8329)) |
| 20 | +* Localization changes (PR: [#8327](https://github.com/dotnet/vscode-csharp/pull/8327)) |
9 | 21 |
|
10 | 22 | # 2.80.x
|
11 | 23 | * Fix license link in marketplace (PR: [#8318](https://github.com/dotnet/vscode-csharp/pull/8318))
|
|
29 | 41 | * Shorten log category name(PR: [#78526](https://github.com/dotnet/roslyn/pull/78526))
|
30 | 42 | * Reduce allocations during SourceGeneration(PR: [#78403](https://github.com/dotnet/roslyn/pull/78403))
|
31 | 43 | * Fix razor redirect(PR: [#78448](https://github.com/dotnet/roslyn/pull/78448))
|
32 |
| -* Bump Razor to 10.0.0-preview.25262.1(PR: [#8283](https://github.com/dotnet/vscode-csharp/pull/8283)) |
| 44 | +* Bump Razor to 10.0.0-preview.25262.1 (PR: [#8283](https://github.com/dotnet/vscode-csharp/pull/8283)) |
33 | 45 | * Compiler: Replace SyntaxListBuilder with PooledArrayBuilder<T> and miscellaneous performance tweaks (PR: [#11841](https://github.com/dotnet/razor/pull/11841))
|
34 | 46 | * Allow html requests to be properly cancelled (PR: [#11829](https://github.com/dotnet/razor/pull/11829))
|
35 | 47 | * Fuse/typeparamintellisense (PR: [#11795](https://github.com/dotnet/razor/pull/11795))
|
|
0 commit comments