Commit Graph

357 Commits (20ecb980b6d54abe85e3fd2775e02347be269ccb)

Author SHA1 Message Date
Brennan f1679d209e
Update vague text about Azure SignalR service and backplans (#22294) 2021-05-13 05:58:18 -05:00
Brennan 37fd6e2f75
Update incorrect statements about IHubContext (#22292) 2021-05-13 05:50:50 -05:00
Brennan 9dc92262f8
Fix hub filter sample code (#22291) 2021-05-13 05:43:30 -05:00
Brennan 6ff1e421c1
Update SignalR streaming code sample (#22293)
Fixes https://github.com/dotnet/AspNetCore.Docs/issues/20562
2021-05-13 05:42:36 -05:00
Istvan Marki 59c9c4f346
Update configuration.md (#22264) 2021-05-11 08:39:26 -05:00
Rick Anderson ad321c2700
Add Home and Privacy to no-loc (#22237)
* Add Home and Privacy to no-loc

* Add Home and Privacy to no-loc
2021-05-08 10:12:34 -10:00
Rick Anderson 2f00739f4e
Kestrel to no-loc (#22182) 2021-05-01 13:03:18 -10:00
Michal Mrnuštík 383b0f5c3e
Replace status code with status code enum (#22116)
* Replace all hardcoded status codes with System.Net.HttpStatusCode

* Replace all StatusCodes references to HttpStatusCode

Co-authored-by: Michal Mrnuštík <michal.mrnustik@riganti.cz>
2021-04-23 10:14:47 -10:00
Rick Anderson 99b20360bd
Update README.md (#21998)
* Update README.md

* Update java-client.md

* Update README.md
2021-04-07 10:33:59 -10:00
Scott Addie 09e3573c75 Finish default branch renaming work 2021-03-09 22:40:27 -06:00
Ryan Buening 2ce856c805
Add Rebus to Third-party SignalR backplane providers (#21405) 2021-02-16 14:37:12 -10:00
Eric Mutta f5b6e81a8d
Fix typo in background-services.md (#21403) 2021-02-01 19:14:20 -06:00
James Newton-King 3ed8d58f5c
SignalR update supported-platforms.md (#21263) 2021-01-21 10:58:04 -06:00
William Godbe 891c8e176e
Add docs for MessagePack (#21090)
* Add docs for MessagePack

* Triple up

* Update messagepackhubprotocol.md

* Update aspnetcore/signalr/messagepackhubprotocol.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/signalr/messagepackhubprotocol.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/signalr/messagepackhubprotocol.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/signalr/messagepackhubprotocol.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/signalr/messagepackhubprotocol.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Feedback 1

* More feedback

* Move TypeReference info to Java-client.md

* Update aspnetcore/signalr/java-client.md

Co-authored-by: Stephen Halter <halter73@gmail.com>

* Feedback

* Update aspnetcore/signalr/java-client.md

Co-authored-by: Stephen Halter <halter73@gmail.com>

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Stephen Halter <halter73@gmail.com>
2021-01-07 16:08:26 -08:00
Stephen Halter 1eded400e2
Fix SignalR Java API links (#21130) 2021-01-05 14:20:02 -08:00
Luke Latham 4990970655
Update IE support for Core SignalR (#21069) 2020-12-30 13:58:30 -06:00
Kevin Griffin a09de16d33
Fixes #21032 - Updates outdated SignalR package reference in custom logging example (#21033) 2020-12-28 13:27:59 -06:00
Luke Latham e7d45297ae
Blazor PreferExactMatches coverage (#20952) 2020-12-15 06:36:29 -06:00
Thomas VAILLIER ec11baabc6
Change in code sample : do not use `throw ex` (#20557) 2020-11-13 13:13:07 -06:00
Brennan be70aad2df
Update Azure SignalR Service in VS (#20345)
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-11-02 12:31:39 -06:00
Rick Anderson a5138e86e4
Update hubcontext.md (#20366) 2020-10-30 08:25:39 -10:00
Brennan 3df97d37fc
Add client->server streaming in Java (#20347)
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-10-29 21:43:44 -05:00
Brennan 137007a416
Update javascript-client.md (#20344)
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-10-29 11:53:25 -05:00
Brennan 6b475623c3
Update version-differences.md (#20336)
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-10-28 21:21:47 -05:00
Brennan 1b5acd224c
Fix Strongly type hubs docs (#20342) 2020-10-28 18:28:47 -07:00
Brennan 5e6860c7fa
Improve SignalR Nginx settings (#19983) 2020-10-28 09:29:18 -07:00
Rick Anderson 311cef0e25
appsettings.json noloc (#20320) 2020-10-27 11:27:47 -10:00
Dina Berry bc129865af
JS Dev Center - bulk metadata change (#20300) 2020-10-26 15:47:50 -10:00
Luke Latham d94bb6df40
IdS with WebSockets and Server-Sent Events (#20269) 2020-10-22 13:40:10 -05:00
Brennan 0622882e3d
Add troubleshooting page for SignalR (#20125)
* Add troubleshooting page for SignalR

* header

* Apply suggestions from code review

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* some fb

* Apply suggestions from code review

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* fb

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-10-21 13:46:46 -10:00
Stephen Halter 01afd6d85f
Demonstrate SignalR JS header option (#20247) 2020-10-20 14:50:38 -07:00
Luke Latham c6ad4fbe88
Blazor Supported Platforms topic UE pass (#20006) 2020-10-02 17:24:10 -05:00
FredHan001 0222f650e0
new topic about troubleshooting (#20056)
* now topic about troubleshooting 

According to [this github issue](https://github.com/dotnet/AspNetCore.Docs/issues/19570), I'd like to submit this troubleshooting guidance for common Signalr WebSocket handshake issues.

* Update javascript-client.md

* Update javascript-client.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-09-30 14:54:36 -10:00
Brennan 87801ea02d
Add some info to MessagePack page (#19980) 2020-09-24 15:54:38 -07:00
Brennan 6ffed01e01
Fix streaming wording and example (#19984) 2020-09-24 09:58:54 -07:00
Brennan 09c391cc7a
Add new SignalR server option (#19964) 2020-09-22 15:50:57 -05:00
Kirk Larkin 59f3372752
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>
2020-09-18 07:53:01 -10:00
David Coulter 399d6c2daf
Links: AspNetCore - Pass 1 (#19880)
* Links: AspNetCore - Pass 1

* Apply suggestions from code review

* Update aspnetcore/fundamentals/routing.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-09-15 13:08:26 -10:00
Zhidi Shang 3a4de74c34
Update scale.md (#19756) 2020-09-07 03:48:35 -05:00
Rick Anderson 23bd8d2057
Add ASP.NET Identity to no loc (#19578)
* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc
2020-08-19 11:07:40 -10:00
Luke Latham d39b3cd5af
SignalR service mode guidance (#19444) 2020-08-17 12:35:38 -05:00
Wade Pickett bd6d11acf3
Udpated metadata custom value to indicate a C# .NET + Azure topic (#19466) 2020-08-10 21:31:27 -07:00
Rick Anderson 3a5c8b81d4
add Cookie to no loc (#19446) 2020-08-07 14:55:26 -10:00
Luke Latham 1593030543
Blazor state management updates (#19287) 2020-08-05 13:46:24 -05:00
Scott Addie 9e0dfa36dc
Fix build suggestions (#19114)
* Fix build suggestions

* fixes

* more fixes

* more fixes

* more fixes

* Add missing backtick
2020-07-06 12:38:11 -05:00
Luke Latham 80446f1dd8
Add Blazor WebAssembly/Server to no-loc (#18962) 2020-06-25 19:11:04 -05:00
Luke Latham d5b7249fd1
Blazor ToC updates (#18831) 2020-06-19 08:24:40 -05:00
Brennan a257708e2a
Add 'headers' option to docs (#18814) 2020-06-15 17:16:10 -07:00
Luke Latham 63d40f5602
SignalR naming consistency (#18759) 2020-06-12 15:55:07 -05:00
Luke Latham 67e74379f8
Blazor WASM SignalR client logging (#18780) 2020-06-12 13:41:46 -05:00