wtgodbe
8deeed2fa8
Merge branches
2019-10-14 13:21:58 -07:00
William Godbe
649ee1fb8c
Merge pull request #14746 from aspnet/DisableRefPackBuild
...
Disable ref pack build in 3.0
2019-10-14 11:23:01 -07:00
Doug Bunting
4d30facbaf
Merge branch 'release/2.2' => 'release/3.0' ( #14714 )
2019-10-10 14:50:19 -07:00
wtgodbe
62a62fae7d
Fix item metadata evaluation
2019-10-10 14:43:16 -07:00
wtgodbe
d7faa8fc48
Disable RPMBuild if not building RefPack, fix template test RefPack version
2019-10-10 14:17:15 -07:00
Pranav K
8c39137944
Port Throw when UseAuthorization is incorrectly configured ( #14893 )
...
* Port Throw when UseAuthorization is incorrectly configured
* fixup
2019-10-10 14:14:43 -07:00
wtgodbe
a071e40e34
Disable DebBuild when we're not building targetingPack
2019-10-10 13:41:07 -07:00
Chris Ross
4fac2918a6
Merge branch 'release/3.0' into merge/release/2.2-to-release/3.0
2019-10-09 16:21:25 -07:00
Chris Ross
c0a7f04370
[3.0 patch] Re-implement SameSite for 2019 ( #13870 )
2019-10-09 14:19:33 -07:00
wtgodbe
5e2e1cdfd3
disable other targeting pack test
2019-10-08 12:32:37 -07:00
wtgodbe
b89103fd5f
Fix Xunit skip attribute
2019-10-08 11:44:21 -07:00
William Godbe
dd13c8737a
Update src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj
...
Co-Authored-By: Doug Bunting <6431421+dougbu@users.noreply.github.com>
2019-10-08 11:44:19 -07:00
wtgodbe
03b4bcfee8
Test fixes for ref-pack build
2019-10-08 11:44:19 -07:00
wtgodbe
527b4e1c58
Update condition for targetingPackBuilding
2019-10-08 11:44:19 -07:00
wtgodbe
6fc778af6a
disable building Microsoft.AspNetCore.App.Ref package in 3.0
2019-10-08 11:44:19 -07:00
John Luo
354d859d50
Manually add TypeForwardedTo in ref assemblies ( #14538 )
...
* Manually add TypeForwardedTo in ref assemblies
* Pin ref assembly version to Major.Minor.0.0
* Disable MSB3243 warning
* Pin pinning implementation assembly version
* Use nuget.exe v5.3.0 which support icon metadata
* Fixup nuspec packing
2019-10-07 21:00:34 -07:00
Doug Bunting
7ab32c8411
Merge branch 'release/2.1' => 'release/2.2' ( #14708 )
2019-10-06 11:07:52 -07:00
Doug Bunting
d8189b0e59
Merge branch 'release/2.1' into 'release/2.2'
2019-10-05 22:49:47 -07:00
William Godbe
f05087be68
Merge pull request #14394 from aspnet/Embedded30
...
[release/3.0] Switch to embedded package icon
2019-10-04 14:19:13 -07:00
Doug Bunting
8534db0650
Remove legacy package archive file 2/2
2019-10-04 12:46:22 -07:00
Doug Bunting
ab8185b1b9
Remove legacy package archive file 1/2
2019-10-04 12:46:02 -07:00
Chris Ross
bae8fe9399
[2.2] Re-implement SameSite for 2019 ( #13858 )
...
* Re-implement SameSite for 2019 #12125
* Rename compat flag
* References
* Use Microsoft.AspNetCore.SuppressSameSiteNone compat key
* Patchconfig
* Port CookiePolicy fix
2019-10-03 14:37:36 -07:00
Chris Ross
f198e559f8
[2.1] Re-implement SameSite for 2019 ( #13746 )
...
* Re-implement SameSite for 2019 #12125
* Rename compat flag
* Use Microsoft.AspNetCore.SuppressSameSiteNone compat key
* Backport CookiePolicy quirk and sample
* Patch config
2019-10-03 14:37:24 -07:00
Doug Bunting
a9fb7f4a6d
Get latest from EntityFrameworkCore for 2.1.14
2019-10-03 12:32:34 -07:00
James Newton-King
c36b12bd5f
Update gRPC package version to 2.23.2
2019-10-03 11:14:04 -07:00
Brennan
ac261d8789
Don't call close if connect does not succeed ( #14114 )
...
- small comment
- patch config
- fix assert
2019-10-03 08:27:41 -07:00
John Luo
016116150d
Merge branch 'release/3.0' into release/3.1
2019-10-02 15:43:34 -07:00
Pranav K
6f71d6573b
Obsolete ValidationVisitor.AllowShortCircuitingValidationWhenNoValidatorsArePresent ( #14593 )
...
Fixes https://github.com/aspnet/AspNetCore/issues/14126
2019-10-02 15:23:29 -07:00
Pranav K
9e84abec47
Add a few tests for generic JSInterop ( #14626 )
...
Fixes https://github.com/aspnet/AspNetCore/issues/9061
2019-10-02 12:44:39 -07:00
Pranav K
b9d0e61144
Retarget Ignitor to netcoreapp3.0 ( #14668 )
2019-10-02 12:37:10 -07:00
Doug Bunting
a3fd9237f6
Merge branch 'release/2.2' => 'release/3.0' ( #14652 )
2019-10-02 12:01:24 -07:00
Doug Bunting
8a54461c63
Merge branch 'release/3.0' into merge/release/2.2-to-release/3.0
2019-10-02 10:11:37 -07:00
Doug Bunting
43456141e8
Merge branch 'release/3.1-preview1' => 'release/3.1' ( #14645 )
2019-10-02 10:08:05 -07:00
Steve Sanderson
b14db5700f
Updated Blazor macOS Catalina/iOS 13 workaround ( #14576 )
...
* MacOSX Catalina Beta wasm workaround for booting mono wasm from Blazor.
* Address review comments
* Address review comments
* Make it clear why global scope is used.
* Stylistic tweaks for Catalina workaround
* Further streamlining
* Update js binaries
2019-10-02 07:46:18 -07:00
William Godbe
ff095ddf55
Merge pull request #14651 from aspnet/darc-release/3.1-preview1-96d6c08d-39ce-42c2-9ed1-e4457d1b99df
...
[release/3.1-preview1] Update dependencies from aspnet/AspNetCore-Tooling
2019-10-01 20:47:17 -07:00
John Luo
1ed31bd2cb
Merge pull request #14402 from aspnet/brecon/negotiateVersion
...
Negotiate protocol versioning and ConnectionID split
2019-10-01 16:25:35 -07:00
Javier Calvarro Nelson
6bc4d27bfa
Support parameters on server-side rendered components
...
Fixes https://github.com/aspnet/AspNetCore/issues/14433
2019-10-01 16:09:06 -07:00
Pranav K
cc368c8e08
Prevent null refs in RemoteJSRuntime
...
Fixes https://github.com/aspnet/AspNetCore/issues/13396
2019-10-01 16:08:39 -07:00
Pranav K
29a1d50e02
Throw when UseAuthorization is incorrectly configured
...
* Update AuthZ & Cors middlewares to only set endpoint routing metadata when
executing in the context of endpoint routing
* Add analyzers for incorrect UseAuth use
Fixes https://github.com/aspnet/AspNetCore/issues/14049
2019-10-01 16:08:24 -07:00
Justin Kotalik
59bdc3449f
[release/2.2] Backport memory leak fix from 3.0 ( #13840 )
2019-10-01 16:06:56 -07:00
Justin Kotalik
029a4c0a68
Update check for 413 in IIS ( #14589 )
2019-10-01 16:06:39 -07:00
bkatms
51ae61baca
Support attaching to an existing request queue in HTTP.SYS ( #14182 )
2019-10-01 16:05:52 -07:00
Chris Ross
5df258ae5b
HttpSys GoAway ( #14522 )
2019-10-01 16:05:22 -07:00
dotnet-maestro[bot]
66425a5d26
Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20191001.1
...
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.1.0-preview1.19501.1
- Microsoft.AspNetCore.Razor.Language - 3.1.0-preview1.19501.1
- Microsoft.CodeAnalysis.Razor - 3.1.0-preview1.19501.1
- Microsoft.NET.Sdk.Razor - 3.1.0-preview1.19501.1
2019-10-01 23:05:18 +00:00
Chris Ross
12cba32a11
Make UseStatusCodePagesWithReExecute clear Endpoints ( #14531 )
2019-10-01 16:05:08 -07:00
Chris Ross
0a1e208c76
[3.1] Re-implement SameSite for 2019 ( #13776 )
2019-10-01 16:04:59 -07:00
Ryan Brandenburg
92f771f117
Update templates for 3.1 ( #14637 )
2019-10-01 16:00:10 -07:00
Artak
361428ae3b
Updated npm dependencies ( #14595 )
2019-10-01 15:51:59 -07:00
Ryan Brandenburg
8e6cd2c70d
Port https://github.com/aspnet/AspNetCore/pull/12879 to 3.1 ( #14638 )
...
* Port https://github.com/aspnet/AspNetCore/pull/12879 to 3.1
* PR feedback
2019-10-01 15:51:34 -07:00
Brennan
fa93369beb
Fix null reference exception for Streaming null object ( #14004 ) ( #14515 )
2019-10-01 15:41:06 -07:00