Doug Bunting
72107a5d15
Merge branch 'release/3.1' into 'master'
2019-10-01 11:27:50 -07:00
Doug Bunting
219b528ac2
Create missing directory and simplify workaround slightly
2019-09-30 19:14:00 -07:00
Doug Bunting
477fa8ce4c
Find or install Tar on CI
...
- work around dotnet/core-eng#7970
- install Git in repo if Tar can't be found in usual locations
- use found or installed Tar in Microsoft.AspNetCore.App.Ref project
- copy into repo from wherever it's found
- add lots of `Write-Host` debugging
nit: clean up / comment on VS Code warnings about build.ps1
2019-09-30 16:09:12 -07:00
Doug Bunting
24fc9c0008
Add tests of `MetadataSerializer`
...
- #4914 (2 of probably 3 or 4)
nit: Use more `var`
2019-09-27 12:10:08 -07:00
Mikael Mengistu
68dcbe3990
Update SignalR transport protocol spec ( #13916 )
2019-09-27 10:24:54 -07:00
Kahbazi
b44e9c6a24
Fix null reference exception for Streaming null object ( #14004 )
2019-09-26 15:09:42 -07:00
Brennan
2359634909
C# and Java client negotiateVersion cleanup ( #14196 )
2019-09-25 16:37:12 -07:00
Pranav K
1937c804fa
Avoid null refs in BlazorIgntior when Disposed ( #14341 )
...
* Avoid null refs in BlazorIgntior when Disposed
Fixes https://github.com/aspnet/AspNetCore/issues/14257
2019-09-25 15:01:35 -07:00
Ryan Brandenburg
6317b34aaa
Increase httpclient reliability ( #14349 )
2019-09-25 13:35:14 -07:00
Doug Bunting
e361ca7d20
Merge branch 'release/3.1' => 'master' ( #14419 )
2019-09-25 12:39:50 -07:00
Brennan
a2d217c444
[TS] Add support for negotiateVersion and connectionToken ( #14157 )
2019-09-25 12:38:11 -07:00
Scott Batary
f3e6b74623
Reference correct variable in nested try catch
...
Tiny inconsistency I noticed when using this project template
2019-09-25 11:03:39 -07:00
Günther Foidl
752d99ca53
IISHttpContext.FeatureCollection.Protocol recognizes HTTP/2 ( #14412 )
2019-09-25 09:18:18 -07:00
Javier Calvarro Nelson
6d50f25ac3
[Mvc][ Fixes #11783 ] Replace header.Add with header.TryAddWithoutValidation ( #14339 )
2019-09-25 17:07:12 +02:00
Doug Bunting
0d412c3775
Merge branch 'release/3.1' => 'master' ( #14389 )
2019-09-24 22:06:21 -07:00
Hao Kung
894d9af96f
[Helix] Use standard win10 helix queues ( #14263 )
2019-09-24 15:37:57 -07:00
Pranav K
db8cef1ae6
Merge branch 'release/3.1' into prkrishn/fix-null-ref
2019-09-24 12:39:04 -07:00
Ryan Brandenburg
ab1347ef20
Unskip OpenAPI tests ( #14296 )
2019-09-24 10:52:38 -07:00
Ryan Brandenburg
828f690a94
Merge pull request #14234 from scottaddie/scottaddie/remove-link-locale
...
Remove en-us locale from links in Blazor server-side project template
2019-09-24 10:27:55 -07:00
Javier Calvarro Nelson
82f385892a
[Blazor][ Fixes #7694 ] Makes NavLink NOOP when a null href link is provided ( #14372 )
2019-09-24 16:55:24 +02:00
Javier Calvarro Nelson
ea1cb045a6
Merge branch 'merge/release/3.1-to-master'
2019-09-24 03:19:03 -07:00
Pranav K
c906902333
Apply suggestions from code review
2019-09-23 20:48:42 -07:00
Scott Addie
954134bcd9
Remove en-us locale from links in Blazor server-side project template
2019-09-23 21:05:02 -05:00
Javier Calvarro Nelson
2c179318db
[Templates] Separate F# from C# tests, unskip tests, include reliability improvements. ( #14261 )
...
* Separates F# from C# tests. These tests have very different runtime
characteristics and should not be bundled together as the same test
scenario. For example, we want to quickly separate F# specific issues
from C# specific ones.
* Unskipping all skipped tests as the issue tracking their flakyness
was closed.
* Adding reliability improvements to network requests.
* Adds retries.
2019-09-24 01:08:11 +02:00
Javier Calvarro Nelson
454f18b71a
[Templating][ Fixes #13679 ] Updates Identity _LoginPartial to correctly log out from Identity ( #14315 )
2019-09-24 01:07:27 +02:00
Pranav K
0e7c873d62
Avoid null refs in BlazorIgntior when Disposed
...
Fixes https://github.com/aspnet/AspNetCore/issues/14257
2019-09-23 14:51:25 -07:00
Doug Bunting
26f160d164
Remove additional explict 'netcoreapp3.1' mentions ( #14226 )
...
- e.g. use netcoreappX.Y in comments
2019-09-23 11:46:25 -07:00
Doug Bunting
2e4609a02b
Skip F# variant of `MvcTemplate_NoAuthImplAsync(...)` test
...
- #14022
- template test run on CI does not honour `[Flaky]`
2019-09-23 11:45:49 -07:00
Pranav K
3c05f3a8af
Do not return an top lever parameter analyzer warning for some types ( #13496 )
...
* Do not return an top lever parameter analyzer warning for some types
Fixes https://github.com/aspnet/AspNetCore/issues/6945
2019-09-23 11:17:45 -07:00
Artak
8430a30abc
Updated the description text
2019-09-23 08:44:07 -07:00
Doug Bunting
9a1810c1db
Merge branch 'release/3.1' => 'master' ( #14200 )
2019-09-21 21:39:11 -07:00
Doug Bunting
b8d1b2e213
Avoid use of F# compiler in ProjectTemplates tests
...
- slight expansion of #14022
- skip _less_ of `MvcTemplateTest.MvcTemplate_NoAuthImplAsync`'s F# variant
2019-09-21 19:59:26 -07:00
Doug Bunting
ac9f0fc20c
Update ProjectTemplates test baselines
...
- follow-up to 026b9df3e0 / #13525
2019-09-21 19:52:40 -07:00
Doug Bunting
f79b3a9be2
Skip F# variant of `MvcTemplate_NoAuthImplAsync(...)` test
...
- #14022
- template test run on CI does not honour `[Flaky]`
nit: remove an explicit 'netcoreapp5.0'
2019-09-21 12:26:11 -07:00
Javier Calvarro Nelson
ee9c8bb36d
[Templates][ Fixes #14216 ] Enables running angular npm tests
2019-09-21 11:06:24 -07:00
Javier Calvarro Nelson
2257156346
[Templating] Skip running npm test in the angular template
2019-09-21 10:19:44 -07:00
Javier Calvarro Nelson
2587f74c31
Merge remote-tracking branch 'origin/release/3.1' into merge/release/3.1-to-master
2019-09-21 04:52:15 -07:00
Doug Bunting
2aa3bcaec8
!fixup! bad merge of `Utilities`
2019-09-20 22:43:29 -07:00
Doug Bunting
24fe524029
Revert "Add retries to selfhost deployer ( #13063 )"
...
- per @Tratcher this change is not needed in 'master'
This reverts commit d19093ecbb .
2019-09-20 21:57:31 -07:00
Doug Bunting
339c720d86
Merge branch 'release/3.1' into 'master'
2019-09-20 21:56:41 -07:00
Chris Ross
0138a9fdb2
Expose HttpSys RequestInfo extensibility ( #14119 )
2019-09-20 19:14:36 -07:00
James Newton-King
54ecdaefce
HTTP2: Send remaining data and trailers together ( #13914 )
2019-09-21 08:48:21 +12:00
Doug Bunting
29ad3f2b8a
Merge branch 'release/3.1' => 'master' ( #13527 )
2019-09-19 15:33:55 -07:00
Justin Kotalik
d19093ecbb
Add retries to selfhost deployer ( #13063 )
2019-09-20 06:41:56 +09:00
Kahbazi
b759d3d7c3
Remove ConfigureAwait(false) when there is no await ( #13897 )
2019-09-20 05:39:07 +09:00
Justin Kotalik
28b66b1dbd
Make ANCM Msis include version in name ( #13968 )
...
* Make ANCM Msis include version
* Update AncmIISExpressV2.wixproj
* Update AncmV2.wixproj
* Try doing fancy stuff
* Trying to change PackageFileName instead
2019-09-20 04:00:24 +09:00
Doug Bunting
5bf88699bf
!fixup! Correct earlier commits
...
- remove dangling System.Data.SqlClient dependency
- revert accidental change to a ref/ project
2019-09-19 10:16:30 -07:00
Adrian Wright
c74e9efd0e
Fix spelling and grammar in Components ( #14137 )
2019-09-19 10:11:28 -07:00
Steve Sanderson
854c052e1e
Reliability improvement for forms input date tests ( #14096 )
2019-09-19 16:56:11 +01:00
Doug Bunting
794365b340
Bring in more changes from 'release/3.1'
...
- skip failing `OpenApiFileTests` methods
- #14021
- use `TestTFM`
- do not use `$(ExperimentalVersionPrefix)`
2019-09-19 08:04:30 -07:00