Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,38 @@
- 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 to 5.0.0-dev (PR: [#31](https://github.com/deepakrathore33/test-github-actions/pull/31))
* 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))
* * Delete unused property (PR: [#79963](https://github.com/dotnet/roslyn/pull/79963))
* * Update 'use expr body' to be a purely syntactic analyzer (PR: [#79979](https://github.com/dotnet/roslyn/pull/79979))
* * Mark 'Use expr body' as a syntax-only fixer (PR: [#79971](https://github.com/dotnet/roslyn/pull/79971))
* * ♻️ MSBuildWorkspaceDirectory - Fallback to AppContext.BaseDirectory when Assembly Location is empty (PR: [#79934](https://github.com/dotnet/roslyn/pull/79934))
* * Merge runtime async support into main (PR: [#79833](https://github.com/dotnet/roslyn/pull/79833))
* * Implement "Simplify property accessor" feature (PR: [#79754](https://github.com/dotnet/roslyn/pull/79754))
* * Merge main to runtime async branch (PR: [#79961](https://github.com/dotnet/roslyn/pull/79961))
* * Redo how and when we report source generator telemetry (PR: [#79951](https://github.com/dotnet/roslyn/pull/79951))
* * Allow MEF components to supply assembly path resolvers (PR: [#79218](https://github.com/dotnet/roslyn/pull/79218))
* * Allow Razor to hook up the source generator in misc files (PR: [#79891](https://github.com/dotnet/roslyn/pull/79891))
* * Block ENC for extension blocks (PR: [#79883](https://github.com/dotnet/roslyn/pull/79883))
* * Upgrade servicehub.client to fix test source discovery (PR: [#79899](https://github.com/dotnet/roslyn/pull/79899))
* * Update package restore error message. (PR: [#79876](https://github.com/dotnet/roslyn/pull/79876))
* * Merge main (PR: [#79834](https://github.com/dotnet/roslyn/pull/79834))
* * Merge main (PR: [#79830](https://github.com/dotnet/roslyn/pull/79830))
* * Baseline struct lifting tests (PR: [#79505](https://github.com/dotnet/roslyn/pull/79505))
* * Merge main to runtime async branch (PR: [#79582](https://github.com/dotnet/roslyn/pull/79582))
* * Merge main (PR: [#79424](https://github.com/dotnet/roslyn/pull/79424))
* * Merge main (PR: [#78994](https://github.com/dotnet/roslyn/pull/78994))
* * Merge main to runtime async branch (PR: [#78740](https://github.com/dotnet/roslyn/pull/78740))
* * Merge main to runtime async branch (PR: [#78517](https://github.com/dotnet/roslyn/pull/78517))
* * Merge main to runtime async branch (PR: [#78114](https://github.com/dotnet/roslyn/pull/78114))
* * Merge main to runtime async branch (PR: [#77700](https://github.com/dotnet/roslyn/pull/77700))
* * Merge main to runtime async branch (PR: [#77533](https://github.com/dotnet/roslyn/pull/77533))
* * Merge main to runtime async branch (PR: [#77265](https://github.com/dotnet/roslyn/pull/77265))
* 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))
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"workspace"
],
"defaults": {
"roslyn": "5.0.0-2.25412.5",
"roslyn": "5.0.0-dev",
"omniSharp": "1.39.14",
"razor": "10.0.0-preview.25411.5",
"razorOmnisharp": "7.0.0-preview.23363.1",
Expand Down Expand Up @@ -5658,4 +5658,4 @@
}
}
}
}
}