Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
5e1c028
Manage information diagnostic severity on the client-side.
JoeRobich Feb 10, 2025
252c0e5
Remove unused dev depenedency
JoeRobich Feb 10, 2025
fbb88aa
Add report information diagnostic as hint middleware to Razor client
JoeRobich Feb 11, 2025
5b9d4f5
Update Roslyn to 4.14.0-2.25110.11
JoeRobich Feb 12, 2025
a273bb3
Add integration tests for reportInformationAsHint setting
JoeRobich Feb 12, 2025
245ef1e
Update changelog
JoeRobich Feb 12, 2025
e0c2c58
Update main version
dibarbet Feb 18, 2025
55ab3bd
Update main version (#7996)
dibarbet Feb 18, 2025
654b54a
[automated] Merge branch 'prerelease' => 'main' (#7997)
dibarbet Feb 19, 2025
9d9321a
Report when the client LSP is fully initialized
dibarbet Feb 19, 2025
b778a81
Update the debugger to 2.66.0 (#7988)
gregg-miskelly Feb 20, 2025
afccef9
Report when the client LSP is fully initialized (#7998)
dibarbet Feb 20, 2025
7744903
Bump Xaml-tools
anchimna Feb 21, 2025
5d93f4a
Update Changelog
anchimna Feb 21, 2025
80187d6
Change default for `reportInformationAsHint` to match the current beh…
JoeRobich Feb 21, 2025
f092266
Merge branch 'main' into dev/jorobich/report-all-diagnostics
JoeRobich Feb 21, 2025
d91acae
Update Roslyn to 4.14.0-2.25120.5
JoeRobich Feb 21, 2025
d2a7fbb
Bump Xaml-tools (#8001)
dibarbet Feb 21, 2025
b5f32c4
Manage information diagnostic severity on the client-side. (#7984)
JoeRobich Feb 21, 2025
f9594d6
Localization result of b5f32c454e53cf8962d6b799704dab368ed43db6.
dotnet-bot Feb 21, 2025
67f5609
Fix and update changelog
dibarbet Feb 21, 2025
70f39f1
Localization result based on b5f32c454e53cf8962d6b799704dab368ed43db6…
JoeRobich Feb 21, 2025
51a9f59
Fix and update changelog (#8004)
dibarbet Feb 21, 2025
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
36 changes: 33 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,35 @@
- Diagnostics related feature requests and improvements [#5951](https://github.com/dotnet/vscode-csharp/issues/5951)
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)

# 2.66.x
# 2.67.x
* Bump xamlTools to 17.14.35821.62 (PR: [#8001](https://github.com/dotnet/vscode-csharp/pull/8001))
* Update Roslyn to 4.14.0-2.25120.5 (PR: [#7984](https://github.com/dotnet/vscode-csharp/pull/7984))
* Switch TextDocumentState.GetTextVersionAsync to ValueTask to reduce allocations. (PR: [#77213](https://github.com/dotnet/roslyn/pull/77213))
* Add an option to ignore aliases when moving using directives outside a namespace (PR: [#77291](https://github.com/dotnet/roslyn/pull/77291))
* Fill some gaps in the LSP (PR: [#77289](https://github.com/dotnet/roslyn/pull/77289))
* Ensure diagnostics refresh when source generators run in balanced mode (PR: [#77271](https://github.com/dotnet/roslyn/pull/77271))
* Fix override completion when attribute below (PR: [#77242](https://github.com/dotnet/roslyn/pull/77242))
* Fix crash in 'introduce variable' when converting an object creation expression to an implicit object creation expression (PR: [#77279](https://github.com/dotnet/roslyn/pull/77279))
* Fix Quick Info nullability display for backing fields (PR: [#77240](https://github.com/dotnet/roslyn/pull/77240))
* Properly pass progress object along in fix all provider (PR: [#77243](https://github.com/dotnet/roslyn/pull/77243))
* Remove need to use semantics in the 'move type' code refactoring provider. (PR: [#77244](https://github.com/dotnet/roslyn/pull/77244))
* Do not offer primary constructor parameters when offering to generate Equals/GetHashCode (PR: [#77235](https://github.com/dotnet/roslyn/pull/77235))
* Rename feature to 'Add or remove accessibility modifiers' (PR: [#77234](https://github.com/dotnet/roslyn/pull/77234))
* Have distinct messages for adding vs. removing accessibility modifiers (PR: [#77188](https://github.com/dotnet/roslyn/pull/77188))
* Update 'use interpolated string' refactoring to support fix all (PR: [#77209](https://github.com/dotnet/roslyn/pull/77209))
* Reduce allocations in SymbolCompletionItem.GetSupportedPlatforms (PR: [#77168](https://github.com/dotnet/roslyn/pull/77168))
* Classify string fields with embedded languages if we can see their values passed to a StringSyntax api (PR: [#77199](https://github.com/dotnet/roslyn/pull/77199))
* Add analyzer redirecting API (PR: [#74820](https://github.com/dotnet/roslyn/pull/74820))
* Fix race during shutdown of the BuildHost server (PR: [#77151](https://github.com/dotnet/roslyn/pull/77151))
* Fix workspace command execution (PR: [#77152](https://github.com/dotnet/roslyn/pull/77152))
* Add Microsoft.CodeAnalysis.Contracts source package (PR: [#76997](https://github.com/dotnet/roslyn/pull/76997))
* Detect data section string literal hash collisions (PR: [#77061](https://github.com/dotnet/roslyn/pull/77061))
* Return LSP diagnostics with their reported severity. (PR: [#77145](https://github.com/dotnet/roslyn/pull/77145))
* Fix syntax generation of explict checked operator from symbol (PR: [#77102](https://github.com/dotnet/roslyn/pull/77102))
* Add new workspace event that gives handlers the opportunity to be processed immediately (PR: [#76932](https://github.com/dotnet/roslyn/pull/76932))
* Optimize DiagnosticService on NetCore (PR: [#77126](https://github.com/dotnet/roslyn/pull/77126))
* Simplify caching api between CodeAnalysisService and DiagnosticAnalysisService (PR: [#77094](https://github.com/dotnet/roslyn/pull/77094))
* Manage information diagnostic severity on the client-side (PR: [#7984](https://github.com/dotnet/vscode-csharp/pull/7984))
* Update Razor to 9.0.0-preview.25113.1 (PR: [#7989](https://github.com/dotnet/vscode-csharp/pull/7989))
* Update Telemetry package (#11468) (PR: [#11468](https://github.com/dotnet/razor/pull/11468))
* Don't hold onto Roslyn projects longer than necessary (#11458) (PR: [#11458](https://github.com/dotnet/razor/pull/11458))
Expand All @@ -15,6 +43,8 @@
* Clean up and rationalize imports in the compiler (#11409) (PR: [#11409](https://github.com/dotnet/razor/pull/11409))
* Fix typo in setting description (#11423) (PR: [#11423](https://github.com/dotnet/razor/pull/11423))
* Bump xamlTools to 17.14.35813.246 (PR: [#7993](https://github.com/dotnet/vscode-csharp/pull/7993))
* Update the debugger to 2.66.0 (PR: [#7988](https://github.com/dotnet/vscode-csharp/pull/7988))
* Fix the regular expression to read RID value. (PR: [#7994](https://github.com/dotnet/vscode-csharp/pull/7994))

# 2.65.x
* Update Roslyn LSP to run on .NET 9 (PR: [#7946](https://github.com/dotnet/vscode-csharp/pull/7946))
Expand All @@ -30,14 +60,14 @@
* Add code snippets for C# expression-bodied properties (PR: [#5683](https://github.com/dotnet/vscode-csharp/pull/5683))
* Sync whitespace options even when detectIndentation is on (PR: [#7965](https://github.com/dotnet/vscode-csharp/pull/7965))
* Bump Razor (PR: [#7940](https://github.com/dotnet/vscode-csharp/pull/7940))
Bump xamltools to 17.14.35807.11(PR: [#7976]( https://github.com/dotnet/vscode-csharp/pull/7976))
* Bump xamltools to 17.14.35807.11(PR: [#7976]( https://github.com/dotnet/vscode-csharp/pull/7976))

# 2.64.x
* Bump xamlTools to 17.14.35730.156 (PR: [#7932](https://github.com/dotnet/vscode-csharp/pull/7941))

# 2.63.x
* Bump xamlTools to 17.14.35723.260 (PR: [#7932](https://github.com/dotnet/vscode-csharp/pull/7941))
* CSS Hot Reload for MAUI Blazor Hybrid is now in preview. It's enabled when C# Hot Reload is enabled.
* CSS Hot Reload for MAUI Blazor Hybrid is now in preview. It's enabled when C# Hot Reload is enabled.
* Update Roslyn to 4.14.0-1.25074.7 (PR: [#7942](https://github.com/dotnet/vscode-csharp/pull/7942))
* Enable extract refactorings in LSP (PR: [#76718](https://github.com/dotnet/roslyn/pull/76718))
* Speed up 'fix all' for 'use auto prop' by running in parallel (PR: [#76905](https://github.com/dotnet/roslyn/pull/76905))
Expand Down
Loading
Loading