SignalR Client (.net 8) missing assembly (IStatefulReconnectFeature) #52166
Replies: 2 comments 1 reply
-
What does |
Beta Was this translation helpful? Give feedback.
0 replies
-
dotnet --info Did not realize I was running a preview.. downloading v8.0.100 release... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Created a new project with ChatHub example and added SignalR.Client, then suddely I get exception:
System.TypeLoadException: Could not load type 'Microsoft.AspNetCore.Connections.Abstractions.IStatefulReconnectFeature' from assembly 'Microsoft.AspNetCore.Connections.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
As soon as I try to StartAsync using HubConnectionBuilder, I get the exception..
Dont know why I get the error in the first place, but I cant even get around it with enabling EnablePreviewFeatures...
Have I enabled preview features wrong?
I can find the interface in the Microsoft.AspNetCore.Connections.Abstractions and yes, its marked as preview feature..
but..
Anyone else seen this or have an ide why this occurs..
Beta Was this translation helpful? Give feedback.
All reactions