Commit Graph

39779 Commits

Author SHA1 Message Date
Doug Bunting 637ace2e6d
Clean up a dangling 'netcoreapp5.0' literal 2019-09-18 15:32:11 -07:00
Doug Bunting 3869ceccfc
Remove extra Microsoft.AspNetCore.Server.IntegrationTesting ref/ project 2019-09-18 15:20:12 -07:00
Doug Bunting c556208e5e
Merge branch 'master' into merge/release/3.1-to-master 2019-09-18 08:51:02 -07:00
John Luo e46d376731
Update ref assembly generation to use DefaultNetCoreTargetFramework property (#14083) 2019-09-17 22:06:38 -07:00
neilbgr 3ec6f86c11 ValidationAttributeAdapterProvider allows ValidationAttribute's sub-classes. (#14074)
This permits to inherit built-in ValidationAttribute classes (ie RegularExpressionValidationAttribute, ...) while keeping the standard behavior.

Fixes https://github.com/aspnet/AspNetCore/issues/13782
2019-09-17 14:33:04 -07:00
Javier Calvarro Nelson 772283163e Merge remote-tracking branch 'origin/master' into dotnet-maestro-bot-merge/release/3.1-to-master 2019-09-17 06:39:56 -07:00
David Fowler 2de6c732d1
Process all buffers in the Http2Connection (#13921)
- Change method name to TryReadFrame instead of ReadFrame
- Make TryReadFrame slice the incoming buffer
2019-09-16 18:26:45 -07:00
Pranav K a6fb55c405
Build incrementalism for npmpropj files (#14032)
* Build incrementalism for npmpropj files

* Ensure missing js output files results in rebuild
* Make the _Pack target incremental
* Reduce build spew
2019-09-16 16:48:24 -07:00
Mikael Mengistu d7e19c429c
SignalR ConnectionToken/ConnectionAddress feature (#13773) 2019-09-16 14:21:59 -07:00
Anthony Chu dee93d9c34 Mention SignalR Service explicitly in NPM README (#12924) 2019-09-16 08:48:47 -07:00
Daniel Roth afdf1443a9 Correct code comment (#13993) 2019-09-16 08:28:22 -07:00
Hao Kung 7b0b2980dc
[Helix] Move helix arm run to ci (#13939) 2019-09-13 09:34:41 -07:00
John Luo 7ebb03b6e0
Fix TFM issue in templates after netcoreapp5.0 conversion (#13934) 2019-09-12 22:56:09 -07:00
Hao Kung 9e788650b0
Fix typo in arm64 logs (#13936) 2019-09-12 18:11:20 -07:00
Kahbazi 8257369ec1 Add support for cancellation token in typed client hub (#13816) 2019-09-12 14:28:46 -07:00
Hao Kung bea980286e
Remove MacOS helix queue for now (#13907) 2019-09-12 00:44:33 -07:00
Vincent Costel 67555a020b Use the correct disposed object name (#13871)
The name of the disposed object should be FileBufferingWriteStream instead of FileBufferingReadStream
2019-09-11 21:17:21 -07:00
Justin Kotalik 96f1c92caa
Add support for port 0 in HttpSys (#13841) 2019-09-12 07:43:53 +09:00
Devin Garner 71c5c66b21 Fixes #6306. Make StreamReader send last line's contents to listener, otherwise AngularCliBuilder doesn't know when build:ssr is complete (#13485)
Thanks for your effort.
2019-09-11 11:16:57 -07:00
Brennan 9557630c0a
[SignalR] Remove a few minor allocations (#13872) 2019-09-11 09:11:19 -07:00
Kirk Larkin be33a6f392 Fixed suggestion re using AddCookie(s) for authz (#13869) 2019-09-11 08:09:20 -07:00
jeuxjeux20 64157c95c1 Typo fix on Problem's documentation (#13812) 2019-09-09 14:22:10 -07:00
Alessandro Ghidini 1ea43c5492 Ensure blazor client side logger checks for enabled log levels (#12928) 2019-09-09 09:34:20 +01:00
Matt Galbraith e7016bc67a
Merge pull request #13751 from aspnet/MattGal-patch-1
Add -Force to Expand-Archive
2019-09-06 08:57:51 -07:00
Matt Galbraith a438e221bf
Add -Force to Expand-Archive
As noted in the console spew of this test:  https://helix.dot.net/api/2019-06-17/jobs/82bbddae-4a56-4002-b3ee-a8768311a92b/workitems/Microsoft.AspNetCore.SpaServices.Extensions.Tests-netcoreapp3.0/console it's quite possible for Node to be unpacked, but not on the path (generally on a helix machine it's because your parent process was created before the previous guy who unzipped Node and put it on the path ran, so only after reboot would you see the effect you want.
2019-09-05 16:52:23 -07:00
Brennan Conroy 7317bb16a9 Cleanup FetchHttpClient 2019-09-05 12:47:21 -07:00
Harley Adams 2be0ffae19 Add eachHttpClient test option to get basic coverage for new fetchhttpclient 2019-09-05 12:47:21 -07:00
Harley Adams 71a8092cb9 Add FetchHttpClient 2019-09-05 12:47:21 -07:00
Brennan ac9a6f331e
Fix User-Agent typo Java (#13692) 2019-09-04 19:27:14 -07:00
Ryan Brandenburg 3b4c75a3ed
Remove complicating and non-valuable test asserts 2019-09-04 14:38:44 -07:00
John Luo 3dee6782c3
Ignore whitespace differences during code check (#13660) 2019-09-04 14:36:26 -07:00
Mikael Mengistu e0ee04237a
SignalR Negotiate protocol versioning (#13389) 2019-09-03 19:53:32 -07:00
Kahbazi 88dbd1cff6 Use Result instead of GetAwaiter().GetResult() (#13614) 2019-09-03 11:14:42 -07:00
Tom Kerkhove 1f6d235a5e Health Checks - EF health check should respect configured failureStatus
Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
2019-09-03 09:45:51 -07:00
dannyBies 026b9df3e0 Added .env files to the react project templates in order to run the CRA server independently. (#13525)
* Add .env file to react projecttemplates in order to run the CRA server independently

* Fix #6837

* Revert "Fix #6837"

This reverts commit 2a035e67774058281c081a37867593e1a45900af.

* Add .env file to react projecttemplates in order to run the CRA server independently

* Fix #6837

* Revert "Fix #6837"

This reverts commit 2a035e67774058281c081a37867593e1a45900af.

* Add newline to end of file
2019-08-30 15:23:32 -07:00
Ben Adams 9399f09b72 BufferSegment use ArrayPool for over-sized allocs (#13495) 2019-08-30 10:31:32 -07:00
wtgodbe ef1bd4379b More CodeCheck 2019-08-29 13:42:31 -07:00
wtgodbe 91d6bfa6b6 Fix Code Check 2019-08-29 12:57:54 -07:00
Stephen Halter 725fa34cc8
Deflake Kestrel low response rate tests (#13532) 2019-08-29 12:12:28 -07:00
John Luo 806fef3a27
Re-enable framework tests (#13043) 2019-08-28 19:36:53 -07:00
Stafford Williams 35b5f091d8 Crankier: server docs (#13242) 2019-08-28 16:13:43 -07:00
wtgodbe 26f1330f39 Update all dependencies 2019-08-28 15:35:01 -07:00
wtgodbe 9a62414753 Fix EventLog version, but for real this time 2019-08-28 15:33:26 -07:00
wtgodbe 98b9825b4f Fix EventLog version 2019-08-28 15:32:36 -07:00
wtgodbe a6a7f36150 netcoreapp3.0 -> netcoreapp5.0 for new files 2019-08-28 15:28:18 -07:00
wtgodbe 48374ca8bb Fix merge conflicts 2019-08-28 15:26:34 -07:00
Ryan Brandenburg bcdc9b08df
Merge pull request #12879 from isaac2004/12872-work
Fix ng test issue with Angular Template 12872
2019-08-28 13:54:31 -07:00
Ryan Brandenburg ab02951b37
Merge pull request #12137 from dgaspar/master
Handle chunks containing multiple EOL (#6146)
2019-08-28 11:50:29 -07:00
Ryan Brandenburg 0d24bc27eb
Microsoft.dotnet-openapi is a shipping package (#13481)
Microsoft.dotnet-openapi is a shipping package
2019-08-28 11:43:41 -07:00
vperus 7e10a98c4f [mvc] Remove redundant checks (#9279) 2019-08-28 11:20:21 -07:00