Brennan
f053620895
[SignalR] Avoid deadlock with closing and user callbacks ( #19612 )
2020-03-06 15:25:51 -08:00
John Luo
9f56862320
Build aspnetcore for win-arm64 ( #19317 )
...
* Build for win-arm64
* Missed file
* Disable Selenium tests on arm64
* Include installers in the uploaded artifacts
2020-03-06 14:47:29 -08:00
John Luo
82c87d678b
Use QuarantinedTest
2020-03-06 11:22:54 -08:00
John Luo
765ccfdbc1
Merge branch 'release/5.0-preview1'
2020-03-06 11:11:33 -08:00
James Newton-King
7cb9029a0f
Fix StreamPool_StreamIsInvalidState_DontReturnedToPool ( #19622 )
2020-03-06 18:31:35 +00:00
github-actions[bot]
e886169745
Sync shared code from runtime ( #19636 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-03-06 10:08:04 -08:00
msftbot[bot]
46aa8365cc
Update Http2ConnectionTests.cs ( #19616 )
2020-03-05 23:04:27 +00:00
Andrew Stanton-Nurse
9458ebb543
try re-enabling http2 interop tests on helix ( #19573 )
2020-03-05 11:30:24 -08:00
James Newton-King
0db0640e6b
Reuse HTTP2 stream pipes to reduce allocations ( #19356 )
2020-03-06 08:15:31 +13:00
msftbot[bot]
557bcd9ec5
readme update ( #19553 )
...
Co-authored-by: Justin Kotalik <jukotali@microsoft.com>
2020-03-05 18:50:24 +00:00
James Newton-King
f37a750912
Add functional test for header string reuse in HTTP/1.1 ( #19588 )
2020-03-06 07:42:26 +13:00
James Newton-King
487a0f6a5d
Add HeaderEnumerator tests ( #19585 )
2020-03-06 07:41:12 +13:00
Brennan
f910345469
Enable detailed msbuild verbosity for user secrets ( #19516 )
2020-03-05 08:39:58 -08:00
James Newton-King
5aa86873c3
Add HTTP/2 HPack static compression ( #19521 )
2020-03-05 17:08:53 +13:00
James Newton-King
3925546732
Reset Http2Stream when it starts ( #19589 )
2020-03-05 14:28:02 +13:00
Artak
d71a61ded8
Quarantine the `ReactTemplate_IndividualAuth_NetCore` test ( #19584 )
2020-03-04 16:34:31 -08:00
Artak
4192a023f5
Mark tests as flaky ( #19415 )
...
* Mark tests as flaky
* Update ComponentHubReliabilityTest.cs
* Update InteropReliabilityTests.cs
* Update ServerComponentRenderingTest.cs
* Update ServerComponentRenderingTest.cs
2020-03-04 15:26:19 -08:00
msftbot[bot]
54d71af00d
Add example for UserLoginInfo's ProviderDisplayName property ( #19357 )
2020-03-04 21:07:18 +00:00
Andrew Stanton-Nurse
3b4be4f51a
Quarantining some tests ( #19568 )
2020-03-04 11:27:55 -08:00
msftbot[bot]
648d9e37a9
Fixed Typo in UrlDecoder.cs ( #19565 )
2020-03-04 18:18:07 +00:00
Brennan
56fb4b4d2f
Rename Flaky attribute ( #19469 )
2020-03-04 08:10:18 -08:00
Justin Kotalik
cda762685a
Allow cert file and private key file to be passed in ( #19477 )
2020-03-03 20:42:46 -08:00
Sedat Kapanoglu
7e139c9b5f
Add HeaderNames.XRequestedWith = "X-Requested-With" ( #19470 )
...
* Add HeaderNames.XRequestedWith = "X-Requested-With"
X-Requested-With is the standard for differentiating AJAX requests and is commonly used. Having this in HeaderNames would prevent typos related to typing this header name. I couldn't find any rationale about excluding this but there might be legitimate reasons like discouraging the use of HTTP headers or differentiating AJAX requests, etc. Please reject this if that's the case.
* Replace "X-Requested-With" references with HeaderNames.XRequestedWith
The only remaining instance is WebSocketsTransport.cs in
SignalR\clients\csharp\Http.Connections.Client which doesn't have
Microsoft.Net in its references. I didn't want to impose a new
dependency as its risky.
* Fix the order of using statements
* Add XRequestedWith to the ref assembly
2020-03-03 15:45:50 -08:00
James Newton-King
065f0d001c
Only reset Http2Stream on stream completion ( #19431 )
2020-03-04 08:37:31 +13:00
William Godbe
3df570fac6
Don't reference checked-in platform manifest ( #19529 )
2020-03-03 10:36:49 -08:00
Chris Ross
21068e0a45
Update shared code license headers ( #19518 )
2020-03-03 09:57:24 -08:00
Justin Kotalik
2c4d604ceb
Fix warning about dotnet_exe_path_tests.cpp ( #19515 )
2020-03-02 22:06:13 -08:00
Hao Kung
46460f0070
Revert "[Helix] Reenable some Templates tests 2.0 ( #19383 )" ( #19519 )
...
This reverts commit 5e2a7726c6 .
2020-03-03 04:43:48 +00:00
James Newton-King
b1a45eb809
Update BenchmarkDotNet and add Http2Connection benchmark ( #19482 )
2020-03-03 17:17:06 +13:00
James Newton-King
f34e8128c7
Eliminate HTTP2 HPack enumerator allocations ( #19393 )
2020-03-03 12:37:34 +13:00
Hao Kung
5e2a7726c6
[Helix] Reenable some Templates tests 2.0 ( #19383 )
2020-03-02 11:43:34 -08:00
James Newton-King
41a3c63bc5
Add HTTP/2 pseudo headers as known headers ( #19457 )
2020-02-29 16:00:34 +13:00
Artak
8338060145
Update precedence and Identity of templates for 5.0 ( #19248 ) ( #19377 )
...
Co-authored-by: Ryan Brandenburg <rybrande@microsoft.com>
2020-02-28 13:19:02 -08:00
James Newton-King
f8f7472161
Fix flaky stream pool test ( #19425 )
2020-02-29 09:31:55 +13:00
Andrew Stanton-Nurse
e65408a36c
unquarantine a pile of long-passing tests ( #19440 )
2020-02-28 19:02:58 +00:00
Safia Abdalla
f0ac5b07ee
Fix copy/paste type in test asset
2020-02-27 11:56:17 -08:00
Safia Abdalla
677a1b5be7
Add tests for short values in BindTests
2020-02-27 11:56:17 -08:00
Safia Abdalla
1407d9ab05
Update reference assemblies for modified components
2020-02-27 11:56:17 -08:00
Safia Abdalla
c1158b6718
Add tests for short values in <InputNumber/>
2020-02-27 11:56:17 -08:00
Safia Abdalla
8a0be19abe
Support short values in <input type='number'/>
2020-02-27 11:56:17 -08:00
Safia Abdalla
346eceaadb
Add two-way binding for short data types
2020-02-27 11:56:17 -08:00
Safia Abdalla
52c497aa30
Add parser and formatter for short types
2020-02-27 11:56:17 -08:00
Justin Kotalik
6e9a786dfc
Mark Http/3 test as flaky ( #19411 )
...
* Mark Http/3 test as flaky
Not sure why this test is failing, will debug in https://github.com/dotnet/aspnetcore/pull/19385
* Update Http3StreamTests.cs
2020-02-27 19:50:14 +00:00
Brennan
2056146c95
Fix flaky timeout test in TS client ( #19389 )
2020-02-27 08:27:48 -08:00
James Newton-King
5b7672c2ad
Handle Http2Streams that error during stream start ( #19386 )
2020-02-27 17:45:39 +13:00
Ben Adams
07ce5862b2
Eliminate range checks from ConcatAsHexSuffix + Instrinsics ( #18406 )
2020-02-26 13:30:45 -08:00
Brennan
4ac890983e
Fix some skipped SignalR tests ( #19070 )
2020-02-26 13:28:46 -08:00
Hao Kung
4498058343
[Helix] Shared framework support + Templates tests ( #19177 )
2020-02-26 12:55:41 -08:00
Pranav K
810b9b0c7e
Build fixups in master ( #19338 )
...
* Fix error with nullable
* Commit yarn.lock produced from building Microsoft.InteropJS
2020-02-26 10:45:38 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
f6c89c2dc7
chore(Microsoft.JSInterop): definition type file extension fix ( #19260 )
...
This is a minor change, correcting name of the file pointed as explicit
type definition file (`d.ts`). On most installations (VSCode) the type
definition
lookup works correctly anyway.
Thanks!
2020-02-26 10:05:54 -08:00