-
Notifications
You must be signed in to change notification settings - Fork 10.3k
[Discussion] SignalR JavaScript client changing package name to @microsoft/signalr #11637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The organization
|
Right now, the
We considered most of these:
In the end |
MOVED discussion of the future of |
Tracked at dotnet/AspNetCore.Docs#14794 feel free to fix it if you'd like! |
Thank you for contacting us. Due to a lack of activity on this discussion issue we're closing it in an effort to keep our backlog clean. If you believe there is a concern related to the ASP.NET Core framework, which hasn't been addressed yet, please file a new issue. This issue will be locked after 30 more days of inactivity. If you still wish to discuss this subject after then, please create a new issue! |
Uh oh!
There was an error while loading. Please reload this page.
In
3.0.0-preview7
, the SignalR JavaScript client will change from being@aspnet/signalr
to@microsoft/signalr
. We are doing this to reflect the fact that SignalR is useful in more than just ASP.NET Core applications, thanks to the Azure SignalR Service.To react to this change, you will need to change your references in
package.json
files,require
statements, and ECMAScriptimport
statements. No API will change as part of this rename.This is the discussion issue for aspnet/Announcements#372.
The text was updated successfully, but these errors were encountered: