Commit Graph

23 Commits (558441dff52136abf5fd159462f39f43254de552)

Author SHA1 Message Date
Rick Anderson 39b7df2ca8
Remove .min ref from all non-Blazor projects /2 (#26216) 2022-06-23 15:27:45 -10:00
Rick Anderson ad507066f1
Delete package-lock.json (#24922)
https://github.com/dotnet/AspNetCore.Docs/security/dependabot
2022-02-07 13:19:19 -10:00
Rick Anderson 795393dd38
Fix moniker hell and remove unsupported versions of SignalR Streaming /8 (#24826)
* Fix moniker hell and remove unsupported versions of SignalR Streaming /8

* Fix moniker hell and remove unsupported versions of SignalR Streaming /8

* Fix moniker hell and remove unsupported versions of SignalR Streaming /8

* Fix moniker hell and remove unsupported versions of SignalR Streaming /8
2022-02-01 07:32:02 -10:00
dependabot[bot] 9d444f0502
Bump ws from 6.1.4 to 6.2.2 in /aspnetcore/signalr/streaming/samples/2.2 (#24782)
Bumps [ws](https://github.com/websockets/ws) from 6.1.4 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/6.1.4...6.2.2)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-27 10:04:29 -10:00
dependabot[bot] 9a3603ad74
Bump ws from 6.1.4 to 6.2.2 in /aspnetcore/signalr/streaming/samples/3.0 (#24780)
Bumps [ws](https://github.com/websockets/ws) from 6.1.4 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/6.1.4...6.2.2)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-27 10:03:14 -10:00
dependabot[bot] 1961ed916a
Bump url-parse in /aspnetcore/signalr/streaming/samples/3.0 (#24779)
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.4 to 1.5.4.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.4...1.5.4)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-27 10:02:57 -10:00
Kirk Larkin 5286211f20
Remove/prune .gitignore and .gitattributes (#24075) 2021-11-26 17:05:31 +00:00
Brennan 6ffed01e01
Fix streaming wording and example (#19984) 2020-09-24 09:58:54 -07:00
Andrew Stanton-Nurse 2e9086065e
[SignalR] Update to streaming sample (#16426)
* [SignalR] Update to streaming sample

Adds the EnumeratorCancellationAttribute to the sample to prevent warnings when users add CancellationTokens. It also allows the server-side code to use `await foreach` with cancellation (i.e. in unit tests).

Fixes #16202

* feedback
2020-01-30 14:24:44 -08:00
Stephen Halter 9495d71b15 Fix SignalR 3.0 Streaming Sample (#14426)
This sample doesn't have any controllers.
2019-09-19 14:29:13 -10:00
Stephen Halter 1e93eb75f8
Update SignalR 3.0 docs to use Endpoint Routing (#14126) 2019-09-05 14:43:46 -07:00
BrennanConroy 9a18b26dc6 SignalR Client to server streaming (#11126)
* stream

* fixup

* order

* try xref

* try again

* xref again

* fb

* Update aspnetcore/signalr/streaming.md

Co-Authored-By: BrennanConroy <brecon@microsoft.com>

* fb

* xref

* wrong xref

* hyphen

* Update aspnetcore/signalr/streaming.md

Co-Authored-By: BrennanConroy <brecon@microsoft.com>

* svg

* Apply suggestions from code review

Co-Authored-By: BrennanConroy <brecon@microsoft.com>

* fb

* Edit pass

* fb

* cleanup

* Update aspnetcore/signalr/streaming.md

Co-Authored-By: BrennanConroy <brecon@microsoft.com>
2019-04-18 11:43:38 -05:00
Stephen Halter 349296d194
Add async iterator sample to the SignalR streaming doc (#11140) 2019-02-27 10:56:49 -08:00
BrennanConroy 62fac14c2c Fix streaming usage pattern (#10167)
* Fix streaming usage pattern

* fb
2019-01-05 07:58:32 -10:00
Andrew Stanton-Nurse 5fb2514a42 fix aspnet/SignalR#3190 by adding docs on cancellation in 2.2 (#9346)
fixes aspnet/SignalR#3190

ASP.NET Core SignalR now has support for a CancellationToken in Hub methods. This updates our docs to show that support in the ASP.NET Core 2.2 version of the docs

My first time using `:::moniker range`, and I think it's appropriate here. We'll see if I did it right :)

| Review Links | 2.1 | 2.2 |
| ------------ | --- | --- |
| ~~Hubs API~~ | ~~[Link](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/hubs?view=aspnetcore-2.1&branch=pr-en-us-9346)~~ | ~~[Link](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/hubs?view=aspnetcore-2.2&branch=pr-en-us-9346)~~ |
| Streaming | [Link](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/streaming?view=aspnetcore-2.1&branch=pr-en-us-9346) | [Link](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/streaming?view=aspnetcore-2.2&branch=pr-en-us-9346) |
2018-11-14 14:44:06 -06:00
Rick Anderson 0ee6b101d9
delete map and min files (#9310) 2018-10-31 14:26:48 -10:00
Luke Latham 8e6dd4a7f4 Drop version from App package (#8881)
Addresses #8579 

I might be getting the hang of **_find and replace_** now. 😝

This doesn't touch a couple that ref 2.2.0. I'll tidy those up on https://github.com/aspnet/Docs/issues/8518 after 2.2 RTM.
2018-10-06 17:10:28 -10:00
Luke Latham 46f41d4774
Update All and App package versions (#8513) 2018-09-13 11:39:23 -05:00
Luke Latham 1a0f79a8fe
Update All/App package version (#8489) 2018-09-11 08:53:03 -05:00
Luke Latham 34b33e245b Add version to App package references (#7551)
Fixes #7532
2018-07-10 22:43:09 -05:00
Scott Addie aceef5b2f9
Update ASP.NET Core SignalR sample apps to implicit 2.1 RTM packagerefs (#7244)
Fixes https://github.com/aspnet/Docs/issues/7239
2018-06-22 13:41:59 -05:00
Nick Kotov 2aa982e164 SignalR stream sample fix. Link to sample updated in related article. (#7237)
- Fixed sample for SignalR stream usage.
- Link to this code sample updated as well, because of 404 error when opening it from aspnetcore/signalr/streaming.md
2018-06-22 10:08:23 -05:00
BrennanConroy b8483bb586 signalr/streaming #6806 (#6931)
* streaming doc - stash

* more

* better intro?

* fb

* feedback

* js comment

* fb

* fix some markdown

* wrong language
2018-06-12 13:48:02 +02:00