Commit Graph

12 Commits (ff2d740f19e54e1b8474a1d95fdbf0e4332d027e)

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