|
6 | 6 | # 2.77.x
|
7 | 7 |
|
8 | 8 | # 2.76.x
|
| 9 | +* Bump Razor to 10.0.0-preview.25252.1 (PR: [#8239](https://github.com/dotnet/vscode-csharp/pull/8239)) |
| 10 | + * If SupportDiagnostics is false then dynamic files don't report diagnostics... (PR: #11807) |
| 11 | + * Client settings tweaks, and implement VS Code configuration monitoring (PR: #11800) |
| 12 | + * [main] [PRERELEASE] If SupportDiagnostics then dynamic files don't report diagnostics... (PR: #11810) |
| 13 | + * Update RazorSyntaxGenerator to reduce generated syntax code (PR: #11806) |
| 14 | + * Improve initialization, logging, and add more features to cohosting in VS Code (PR: #11788) |
| 15 | +* Bump Roslyn to 5.0.0-1.25252.3 (PR: [#8239](https://github.com/dotnet/vscode-csharp/pull/8239)) |
| 16 | + * Extract base LanguageServerProjectLoader from LanguageServerProjectSystem(PR: [#78329](https://github.com/dotnet/roslyn/pull/78329)) |
| 17 | + * Edit & Continue support for field access in auto-properties(PR: [#78289](https://github.com/dotnet/roslyn/pull/78289)) |
| 18 | + * Allow Razor cohosting to hook into configuration change notifications(PR: [#78364](https://github.com/dotnet/roslyn/pull/78364)) |
| 19 | + * Insert missing space in XML documentation(PR: [#78361](https://github.com/dotnet/roslyn/pull/78361)) |
| 20 | + * Do not offer 'remove unnecessary parens' when it would change a collection initializer(PR: [#78336](https://github.com/dotnet/roslyn/pull/78336)) |
| 21 | + * Do not offer use-expr-body for properties with initializers(PR: [#78360](https://github.com/dotnet/roslyn/pull/78360)) |
| 22 | + * Add BuildHost APIs for loading an in-memory project(PR: [#78303](https://github.com/dotnet/roslyn/pull/78303)) |
| 23 | + * Allow Razor logs to be directed to the right output window in VS Code(PR: [#78334](https://github.com/dotnet/roslyn/pull/78334)) |
| 24 | + * Switch Project data structures from ImmutableDictionary => Dictionary and lock(PR: [#78287](https://github.com/dotnet/roslyn/pull/78287)) |
| 25 | +* Only show MiscFile toast when the uri scheme is file(PR: [#8240](https://github.com/dotnet/vscode-csharp/pull/8240)) |
| 26 | +* Support more things in VS Code cohosting(PR: [#8218](https://github.com/dotnet/vscode-csharp/pull/8218)) |
| 27 | +* Add SpanMapping for VS Code(PR: [#8225](https://github.com/dotnet/vscode-csharp/pull/8225)) |
| 28 | +* [main] Update Razor to Fix Missing DLL(PR: [#8224](https://github.com/dotnet/vscode-csharp/pull/8224)) |
| 29 | +* [release] Ignore updates with no changes for csharp files(PR: [#8170](https://github.com/dotnet/vscode-csharp/pull/8170)) |
9 | 30 |
|
10 | 31 | # 2.75.x
|
11 | 32 | * Bump Razor to 10.0.0-preview.25228.4 (PR: [#8225](https://github.com/dotnet/vscode-csharp/pull/8225))
|
|
0 commit comments