Commit Graph

39793 Commits

Author SHA1 Message Date
dotnet-maestro[bot] 6f9f659577 Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20191017.5
- Microsoft.NET.Sdk.Razor - 3.0.1
- Microsoft.CodeAnalysis.Razor - 3.0.1
- Microsoft.AspNetCore.Razor.Language - 3.0.1
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.0.1
2019-10-17 12:10:50 -07:00
Matt Mitchell 5ceb94f3fe
[release/3.0] Pin Microsoft.Internal.Extensions.Refs (#15062)
* Pin Microsoft.Internal.Extensions.Refs
This is not being produced in current 3.0 builds so the coherent parent dependency attribute cannot be satisfied.
2019-10-16 14:24:20 -07:00
Chris Ross 43bd3a41f2 [3.0] Skip known failure in ShutdownTestWaitForShutdown (#14744)
- update src/Hosting/test/FunctionalTests/ShutdownTests.cs

Co-Authored-By: Andrew Stanton-Nurse <andrew@stanton-nurse.com>
2019-10-15 09:53:08 -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
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
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
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
William Godbe db4087769e
Merge pull request #14535 from aspnet/Baseline30
Update package baseline
2019-10-01 12:14:46 -07:00
wtgodbe fa21e53dd9 Revert to GA SDK 2019-10-01 11:01:22 -07:00
Doug Bunting 6a50b16a79
Update branding to 3.0.1 (#14404)
- includes workarounds that should be removed or improved ASAP
  e.g. f219a38288 and fd34e14f4a
2019-09-30 21:07:16 -07:00
Doug Bunting fd34e14f4a
Create missing directory and simplify workaround slightly 2019-09-30 19:15:53 -07:00
Doug Bunting f219a38288
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:05:43 -07:00
wtgodbe cad1988572 Newer SDK 2019-09-27 12:49:10 -07:00
wtgodbe 14eb9e3325 Temporarily try usi a preview9 sdk 2019-09-27 11:10:52 -07:00
Doug Bunting 3c65c03ef8
Disable building targeting pack
- `$(IsServicingBuild)` disabled at the moment
2019-09-26 21:56:40 -07:00
wtgodbe e233890a25 Suppress errors for removed references in Components.csproj 2019-09-26 15:21:48 -07:00
wtgodbe ac69173167 Update MSBuild deps 2019-09-26 13:36:19 -07:00
wtgodbe 86e9b45aa0 Use up-to-date nuget versions 2019-09-26 12:53:59 -07:00
wtgodbe f20a4143de Update to stable SDK in source build 2019-09-25 15:55:47 -07:00
Doug Bunting 2d9d13aa38
Further centralize choice to opt out of servicing features for now
- no changes in known frameworks, targeting pack features, et cetera
2019-09-25 15:47:24 -07:00
Doug Bunting 8bfb2a77bf
Correct and centralize a couple of conditions
- add `$(IgnorePackageBaselines)` property
2019-09-25 15:47:24 -07:00
Doug Bunting fcad3da558
Disable up-to-date check of package baselines 2019-09-25 15:47:24 -07:00
Doug Bunting c97484217f
Update branding to 3.0.1
- aspnet/AspNetCore-Internal#3153
2019-09-25 15:47:23 -07:00
wtgodbe 73ffb2d975 Update package baseline 2019-09-25 12:28:45 -07:00
Doug Bunting f3b7077444
Merge branch 'release/2.2' => 'release/3.0' (#14358) 2019-09-25 07:22:53 -07:00
Doug Bunting a925230597
Remove package archive file 2/2 2019-09-24 18:44:13 -07:00
Doug Bunting 2597a3be2d
Remove package archive file 1/2 2019-09-24 18:43:54 -07:00