File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 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.76.x
7
+
6
8
# 2.75.x
7
9
* Bump Razor to 10.0.0-preview.25228.4 (PR: [ #8225 ] ( https://github.com/dotnet/vscode-csharp/pull/8225 ) )
8
10
* Don't return null if we couldn't sync the document for breakpoint validation (PR: [ #11790 ] ( https://github.com/dotnet/razor/pull/11790 ) )
29
31
* Fix crash in backing field nullability cycle scenario(PR: [ #77993 ] ( https://github.com/dotnet/roslyn/pull/77993 ) )
30
32
* Fix EA layering for Razor.ExternalAccess(PR: [ #77927 ] ( https://github.com/dotnet/roslyn/pull/77927 ) )
31
33
* Simplify workspace initialization in the LSP server(PR: [ #78010 ] ( https://github.com/dotnet/roslyn/pull/78010 ) )
34
+ * Support Html requests in cohosting(PR: [ #8210 ] ( https://github.com/dotnet/vscode-csharp/pull/8210 ) )
35
+ * Allow the Roslyn client to log messages from Razor(PR: [ #8201 ] ( https://github.com/dotnet/vscode-csharp/pull/8201 ) )
36
+ * Add cohost option to Razor(PR: [ #8189 ] ( https://github.com/dotnet/vscode-csharp/pull/8189 ) )
32
37
33
38
# 2.74.x
34
39
* Bump xamlTools to 17.14.36010.33 (PR: [ #8178 ] ( https://github.com/dotnet/vscode-csharp/pull/8178 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3
- "version" : " 2.75 " ,
3
+ "version" : " 2.76 " ,
4
4
"publicReleaseRefSpec" : [
5
5
" ^refs/heads/release$" ,
6
6
" ^refs/heads/prerelease$" ,
You can’t perform that action at this time.
0 commit comments