nuget package 'Microsoft.AspNetCore.SignalR.Client' is not compatible with Blazor server webassembly using .NET 8.0 #59085
Labels
area-blazor
Includes: Blazor, Razor Components
Author: Migration Bot 🤖
The issue was created by a issue mover bot. The author may not be the actual author.
feature-blazor-wasm
This issue is related to and / or impacts Blazor WebAssembly
Needs: Author Feedback
The author of this issue needs to respond in order for us to continue investigating this issue.
Needs: Repro
Indicates that the team needs a repro project to continue the investigation on this issue
This issue has been moved from a ticket on Developer Community.
[severity:It's more difficult to complete my work]
When adding the package Microsoft.AspNetCore.SignalR.Client to a Blazor server webassembly project that uses the target framework .NET 8.0 the project will load and appear but functionality ceases to work.
Even if you create a brand new project, add the SignalR.Client assembly,... since the project defaults to .NET6.0 it will work... when you switch to .NET 8.0, it will not.
Original Comments
Feedback Bot on 11/14/2024, 05:32 PM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
peckler on 11/15/2024, 00:38 PM:
This issue was introduced in the latest Microsoft.AspNetCore.SignalR.Client version 9. The previous version 8.0.11 seems to be ok.
The text was updated successfully, but these errors were encountered: