Sebastien Ros
1fb26a6467
Fixing NETCore.App version in benchmarks
2019-03-22 16:49:09 -07:00
BrennanConroy
4b230ec419
Copy EndpointFeature when using LongPolling ( #8730 )
2019-03-22 15:36:57 -07:00
David Fowler
0d6e0637af
Small HubConnection cleanup ( #8643 )
2019-03-21 16:30:56 -07:00
Mikael Mengistu
6038621630
Update acessTokenProvider selecting logic for restarting connection ( #8569 )
2019-03-19 10:55:53 -07:00
Mikael Mengistu
694dcae53e
Make ResetSendPing and ResetTimeout private methods ( #8525 )
2019-03-14 22:05:07 -07:00
Mikael Mengistu
cfe0cc38ec
Resolve deadlock with `InvokeAsync` in `On` handler ( #8334 )
...
- Use a channel to unblock the dispatch loop
- Added tests
2019-03-14 22:04:36 -07:00
Stephen Halter
1338973212
Better handle HttpConnectionContext state transitions ( #8225 )
2019-03-14 11:33:32 -07:00
Mikael Mengistu
a5e20fdc90
Fix SignalR build from VS ( #8492 )
2019-03-14 10:04:04 -07:00
Ryan Nowak
e78a6521b9
Make naming of IEndpointRouteBuilderConsistent across usages.
2019-03-13 20:12:53 -07:00
BrennanConroy
2aa6c01b58
C++11 compliant ( #8457 )
2019-03-12 22:48:23 -07:00
Andrew Stanton-Nurse
61a9964a15
[BRT] Mitigating flaky SignalR tests ( #8423 )
...
* add the ability to skip c++ tests and skip signalr one (mitigates #8421 )
2019-03-12 12:33:54 -07:00
Mikael Mengistu
5efa1ba0b9
Fix SignalR transport test ( #8424 )
2019-03-12 12:22:02 -07:00
David Fowler
107e1862b7
Add HubMetdata ( #8425 )
...
- Added HubMetadata to detect the hub type on Endpoints
- Added a test
2019-03-12 11:33:55 -07:00
BrennanConroy
e4f5fef7ac
Fix race in LongPolling causing flaky tests ( #8114 )
2019-03-12 10:24:54 -07:00
Mikael Mengistu
96764d27eb
Returning rejected promises in HttpConnection ( #8315 )
2019-03-11 16:33:09 -07:00
Andrew Stanton-Nurse
8759aa2fc0
SignalR additional xml docs ( #7980 )
...
Reviewed our xml docs as both ramping back up after leave and docathon. Things look pretty good, added a few things to some public methods.
2019-03-11 09:29:41 -07:00
Mikael Mengistu
c0c2bb3049
Skip flaky transport test ( #8295 )
2019-03-07 18:26:38 -08:00
Mikael Mengistu
b1f828e161
Client to Sever Streaming Java Edition ( #8222 )
2019-03-07 09:34:28 -08:00
Ryan Brandenburg
7573597577
Merge branch 'merge/release/2.2-to-master' of github.com:dotnet-maestro-bot/AspNetCore into merge/release/2.2-to-master
2019-03-06 11:36:41 -08:00
Mikael Mengistu
9b4f8d79fd
Fix Java Client transport select ( #8143 )
2019-03-05 11:31:56 -08:00
David Fowler
d1ee93b94b
Allow disabling automatic MVC reference ( #8167 )
2019-03-05 09:19:28 -08:00
Andrew Stanton-Nurse
98a49e332f
skip flaky SignalR test: ErrorDuringPollWillCloseConnection ( #8171 )
...
see #8138 for discussion on test priority and re-enabling
2019-03-05 08:30:40 -08:00
BrennanConroy
c8c12cda9b
Fix test discovery ( #8201 )
2019-03-04 23:11:16 -08:00
BrennanConroy
508256d028
Always load NodeHttpClient to fix SSR ( #8047 )
2019-03-04 09:16:52 -08:00
David Fowler
9cb1185a5c
Add option to restrict the maximum hub message size ( #8135 )
...
- This change moves the limit checking from the transport layer to the protocol parsing layer. One nice side effect is that it gives us better control over error handling.
2019-03-03 15:18:32 -08:00
BrennanConroy
67d339ee3b
C++ client: string_t to string ( #8063 )
2019-03-02 22:11:18 -08:00
Ben Adams
ddce32a791
Use C#8 ( #8128 )
2019-03-02 19:48:43 -08:00
Ryan Brandenburg
4a5720beba
Updated PR with my changes
2019-03-01 15:25:58 -08:00
Andrew Stanton-Nurse
22e706cdc3
pr feedback
2019-03-01 13:55:45 -08:00
Andrew Stanton-Nurse
8c2c458891
some little xml doc changes
2019-03-01 13:55:45 -08:00
BrennanConroy
337370263a
Remove private assets ( #8080 )
2019-03-01 11:17:29 -08:00
BrennanConroy
d0c415a4dc
Skip flaky websocket test ( #8085 )
2019-03-01 11:14:25 -08:00
Justin Kotalik
3509323ad1
Remove extra await/state machine in FlushAsync ( #7646 )
2019-02-28 22:42:42 -08:00
Mikael Mengistu
745941058c
Detect Classic SignalR Server in Java Client ( #7817 )
2019-02-28 18:12:53 -08:00
Nate McMaster
e7b00a5508
Deprecate the Microsoft.AspNetCore.App metapackage in favor of targeting and runtime packs ( #7832 )
...
* Deprecate the Microsoft.AspNetCore.App metapackage in favor of targeting and runtime packs
* Stop producing Microsoft.AspNetCore.App, and runtime.$(rid).Microsoft.AspNetCore.App
* Generate the shared framework without using 'NuGet' restore
* Stop producing intermediate packages for shared-framework only assemblies
* Put the platform manifest into the targeting pack (data/Microsoft.AspNetCore.App.PlatformManifest.txt)
* Create well-known, shared intermediate directories that installers can use to bundle content
2019-02-28 10:14:18 -08:00
BrennanConroy
47220cf13e
Fix StreamInvocationsBlockOtherInvocationsUntilTheyStartStreaming ( #8015 )
2019-02-28 09:23:33 -08:00
Sébastien Ros
fd83f4dbb9
Using <FrameworkReference> in benchmark apps ( #7957 )
2019-02-27 10:27:01 -08:00
Mikael Mengistu
0d570a2d42
Add small doc comment for TransportType Enum( #7994 )
2019-02-27 09:17:08 -08:00
Stephen Halter
46fe595606
Support IAsyncEnumerable returns in SignalR hubs ( #6791 )
2019-02-25 15:08:11 -08:00
Mikael Mengistu
3d17ac3d4c
Handle onReceive logic in background thread ( #7809 )
2019-02-25 14:24:07 -08:00
Nate McMaster
f2658821b5
React to System.Runtime.CompilerServices.Unsafe moving into Microsoft.NETCore.App
...
React to dotnet/corefx#35526
2019-02-24 15:37:03 -08:00
BrennanConroy
f8368097a9
Remove web::uri usage from public API ( #7834 )
2019-02-23 13:35:37 -08:00
Stephen Halter
90e893ed07
React to #7751 ( #7842 )
2019-02-22 16:24:01 -08:00
Nate McMaster
f0ef784783
Run yarn import to convert package-lock.json to yarn.lock
2019-02-22 13:30:19 -08:00
Nate McMaster
5be7d30231
Replace npm commands with yarn
2019-02-22 13:30:19 -08:00
Pavel Krymets
9355c7c1a5
Add reference assemblies support ( #7764 )
2019-02-21 14:33:35 -08:00
Ryan Brandenburg
019a1be305
Make the linter happy
2019-02-20 17:02:56 -08:00
Ryan Brandenburg
918f3d3c40
Fix merge doubling
2019-02-20 16:35:52 -08:00
Ryan Brandenburg
b2ee8e6b66
Merge branch 'merge/release/2.2-to-master' of https://github.com/dotnet-maestro-bot/AspNetCore into merge/release/2.2-to-master
2019-02-20 16:21:24 -08:00
Mikael Mengistu
f33cc20dbf
Add support for Async On Delegates ( #7700 )
2019-02-20 15:44:54 -08:00