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
37 changes: 36 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,48 @@
- 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.5.5.5.5.5.5.5 (PR: [#33](https://github.com/deepakrathore33/test-github-actions/pull/33))
* 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))
* * Compute span diagnostics in oop (PR: [#79991](https://github.com/dotnet/roslyn/pull/79991))
* * Allow Razor cohosting to work with non-Razor SDK projects (PR: [#79953](https://github.com/dotnet/roslyn/pull/79953))
* * Move computation of deprioritized analyzers to oop (PR: [#79989](https://github.com/dotnet/roslyn/pull/79989))
* * EnC: Fix symbol mapping of delegates with indexed name (PR: [#79837](https://github.com/dotnet/roslyn/pull/79837))
* * Emit telemetry 'durations' with known radix point '.' (PR: [#79988](https://github.com/dotnet/roslyn/pull/79988))
* * Move logic up into DiagService (PR: [#79985](https://github.com/dotnet/roslyn/pull/79985))
* * Move the StateManager type up to the DiagnosticService from the DiagnosticIncrementalANalyzer (PR: [#79984](https://github.com/dotnet/roslyn/pull/79984))
* * Immediately remote diagnostics call to OOP (PR: [#79983](https://github.com/dotnet/roslyn/pull/79983))
* * Build Microsoft.CodeAnalysis.SemanticSearch.Extension ref assembly for use in semantic search queries (PR: [#79972](https://github.com/dotnet/roslyn/pull/79972))
* * Only cache compilation if we have the same set of analyzers (PR: [#79978](https://github.com/dotnet/roslyn/pull/79978))
* * 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.5.5.5.5.5.5.5",
"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 @@
}
}
}
}
}