UseSignalR and UseConnections are marked obsolete #362
Labels
3.0.0
Announcements related to ASP.NET Core 3.0
Announcement
Breaking change
Documented
The breaking change has been published to the .NET Core docs
Migrated
Milestone
The methods
UseConnections
andUseSignalR
, and the classesConnectionsRouteBuilder
andHubRouteBuilder
are being marked obsolete in 3.0. And will be removed in the next major release after that.The preferred method for using SignalR starting in 3.0 is to use Endpoint Routing. See example below.
Old code:
New code:
See dotnet/aspnetcore#10754 for discussion.
This announcement has been migrated to dotnet/docs#14928
The text was updated successfully, but these errors were encountered: