Skip to content

Commit 59f3372

Browse files
Update SignalR JavaScript Client to 3.1 (#19752)
* Update SignalR JavaScript Client to 3.1 * Full-topic monikers for "< aspnetcore-3.0" * Full-topic monikers for ">= aspnetcore-3.0" (1 of 2) * Full-topic monikers for ">= aspnetcore-3.0" (2 of 2) * dotnet new webapp --no-https * Cleanup and simplification of templated code/files * SignalR Hub, CORS, and CDN + snippets * UI + ES2015 * A few tweaks * A few more updates * Update javascript-client.md Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
1 parent 4beda9a commit 59f3372

49 files changed

Lines changed: 467 additions & 62 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

aspnetcore/signalr/javascript-client.md

Lines changed: 174 additions & 62 deletions

aspnetcore/signalr/javascript-client/sample/.gitignore renamed to aspnetcore/signalr/javascript-client/samples/2.x/SignalRChat/.gitignore

File renamed without changes.

aspnetcore/signalr/javascript-client/sample/Hubs/ChatHub.cs renamed to aspnetcore/signalr/javascript-client/samples/2.x/SignalRChat/Hubs/ChatHub.cs

File renamed without changes.

aspnetcore/signalr/javascript-client/sample/Pages/About.cshtml renamed to aspnetcore/signalr/javascript-client/samples/2.x/SignalRChat/Pages/About.cshtml

File renamed without changes.

aspnetcore/signalr/javascript-client/sample/Pages/About.cshtml.cs renamed to aspnetcore/signalr/javascript-client/samples/2.x/SignalRChat/Pages/About.cshtml.cs

File renamed without changes.

aspnetcore/signalr/javascript-client/sample/Pages/Contact.cshtml renamed to aspnetcore/signalr/javascript-client/samples/2.x/SignalRChat/Pages/Contact.cshtml

File renamed without changes.

aspnetcore/signalr/javascript-client/sample/Pages/Contact.cshtml.cs renamed to aspnetcore/signalr/javascript-client/samples/2.x/SignalRChat/Pages/Contact.cshtml.cs

File renamed without changes.

aspnetcore/signalr/javascript-client/sample/Pages/Error.cshtml renamed to aspnetcore/signalr/javascript-client/samples/2.x/SignalRChat/Pages/Error.cshtml

File renamed without changes.

aspnetcore/signalr/javascript-client/sample/Pages/Error.cshtml.cs renamed to aspnetcore/signalr/javascript-client/samples/2.x/SignalRChat/Pages/Error.cshtml.cs

File renamed without changes.

aspnetcore/signalr/javascript-client/sample/Pages/Index.cshtml renamed to aspnetcore/signalr/javascript-client/samples/2.x/SignalRChat/Pages/Index.cshtml

File renamed without changes.

0 commit comments

Comments
 (0)