Commit Graph

32543 Commits

Author SHA1 Message Date
ASP.NET CI e339aa6adf Updating submodule(s)
DotNetTools => eba014d534

[auto-updated: submodules]
2018-10-27 09:19:32 +00:00
ASP.NET CI 25a895123e
Update dependencies.props
[auto-updated: dependencies]
2018-10-27 02:18:52 -07:00
Nate McMaster bda375e411
Merge branch 'release/2.1' into release/2.2 2018-10-27 02:14:28 -07:00
Nate McMaster eba014d534
Add additional signing configuration for external assemblies in the tools packages 2018-10-27 02:06:55 -07:00
Nate McMaster c6130df988
Upgrade dependencies and build tools 2018-10-27 01:47:18 -07:00
Nate McMaster 3a0cd0593d
Remove unnecessary check for all shared framework archives when generating .deb and .rpm installers 2018-10-27 01:38:52 -07:00
ASP.NET CI 40ae5a92b0 Updating submodule(s)
DotNetTools => d957ac9da0

[auto-updated: submodules]
2018-10-27 01:37:52 -07:00
Nate McMaster c8b1d2cfe5
Merge branch 'release/2.1' into release/2.2 2018-10-27 01:31:12 -07:00
Nate McMaster d957ac9da0
Remove Microsoft.DotNet.GlobalTools.Sdk, upgrade BuildTools, and change VSIX signing cert name 2018-10-27 01:28:14 -07:00
ASP.NET CI c159cba529 Updating BuildTools from 2.1.3-rtm-15832 to 2.1.3-rtm-15833
[auto-updated: buildtools]
2018-10-27 01:16:22 -07:00
Seyyed davud hosseiny e8b9dc52ba
Fix NullPointerException when unboxing null to int.
Change int to Integer to allow use null as code.
2018-10-27 10:48:14 +03:30
ASP.NET CI d9f66a68b7 Updating BuildTools from 2.2.0-preview2-20181026.1 to 2.2.0-preview2-20181026.4
[auto-updated: buildtools]
2018-10-27 00:04:30 -07:00
ASP.NET CI 908653d4d3 Updating submodule(s)
Identity => 6c45bfc0dc
Razor => 6ecf5374c6
SignalR => e1b602a7c5

[auto-updated: submodules]
2018-10-27 00:04:22 -07:00
Nate McMaster 6ecf5374c6
Use 3PartySHA2 instead of 3PartyDual for code-signing Newtonsoft.Json.dll (#2678) 2018-10-26 23:40:22 -07:00
Nate McMaster 0ba800841b
Ensure build output is still present when crossgen is disabled
* Split targets for copying outputs and preparing the crossgen tool
* Fix version override check by only looking at the 'pinned' section
2018-10-26 16:00:48 -07:00
Hao Kung 6c45bfc0dc
Merge 2.1 -> 2.2 (#2030) 2018-10-26 14:52:03 -07:00
ASP.NET CI 380dc1bc3c Updating BuildTools from 2.1.3-rtm-15830 to 2.1.3-rtm-15832
[auto-updated: buildtools]
2018-10-26 14:15:31 -07:00
ASP.NET CI 06fa6d4925 Updating submodule(s)
Scaffolding => 840531e6a03fab451c1efb83098ea4d724a5d03d
Templating => 6bafc157e7

[auto-updated: submodules]
2018-10-26 14:15:27 -07:00
Nate McMaster 546e746c9f
Remove identity service packages from artifacts.props (#3732) 2018-10-26 14:07:40 -07:00
Nate McMaster fa3cfd08eb
Remove IdentityService (#2028)
As a part of preparing this repo for merging into aspnet/AspNetCore, this code is being removed as it is currently not in a "shipping" state for 2.1.
2018-10-26 14:05:44 -07:00
Mikael Mengistu e1b602a7c5
Remove BiFunction Ref (#3213) 2018-10-26 13:38:35 -07:00
ASP.NET CI a5d88b0ca2 Updating BuildTools from 2.2.0-preview2-20181024.5 to 2.2.0-preview2-20181026.1
[auto-updated: buildtools]
2018-10-26 13:35:09 -07:00
ASP.NET CI 1353fdb5f8 Updating submodule(s)
AzureIntegration => f58d3d4e94
CORS => a74235c7ec
EntityFrameworkCore => f161d001032c11f4a71af64ba87fc7c233b92093
Identity => 95bc251848
KestrelHttpServer => 395b681348
Mvc => 6bb292cfcc
Scaffolding => 629bb9963377eb9e915013bd8b2f5c724833d82a
SignalR => 2ad1996220
Templating => a504c40165

[auto-updated: submodules]
2018-10-26 13:35:01 -07:00
Nate McMaster a504c40165
Merge branch 'release/2.1' into release/2.2 2018-10-26 12:30:06 -07:00
Nate McMaster ba67b04d9d
Ensure IsTestProject=false in Microsoft.AspNetCore.Identity.Specification.Tests.csproj
This isn't really a test project. It's a class library which contains testing compontents. Because 'xunit' is referenced, IsTestProject=true, which
messes up some of the build logic we have for handling code signing and test runners
2018-10-26 12:26:16 -07:00
Nate McMaster e0c575000f
Ensure MicrosoftNETCoreAppPackageVersion is always defined 2018-10-26 12:22:37 -07:00
Nate McMaster b566e87f27
Remove reference to deleted target 'PreinstallBundledPackages' 2018-10-26 12:07:00 -07:00
James Newton-King 6bb292cfcc
Add test for metadata precedence (#8642) 2018-10-27 07:59:15 +13:00
Nate McMaster 6bafc157e7
Update code signing config to exclude .js and .ttf files in template packages 2018-10-26 11:51:23 -07:00
Ryan Brandenburg 2adf798ba0 Fix peer dependencies in React templates 2018-10-26 11:46:48 -07:00
Pranav K a74235c7ec Reflect Access-Control-Request-Headers and Access-Control-Request-Method when policy is configured to support wildcard
Fixes https://github.com/aspnet/AspNetCore/issues/3684
2018-10-26 11:11:33 -07:00
Pranav K 5656e7f455 React to CORS changes 2018-10-26 11:10:54 -07:00
Javier Calvarro Nelson 95bc251848 Avoid file descriptor exhaustion caused by Razor Pages on functional tests 2018-10-26 10:54:46 -07:00
Mikael Mengistu 2ad1996220
Remove LogLevel enum (#3203) 2018-10-26 10:50:24 -07:00
Stephen Halter 395b681348
Add HTTP/2 request body data rate limit (#3051) 2018-10-26 10:46:46 -07:00
Nate McMaster b78ee81a1e
Flow DotNetRestoreSourcePropsPath and DotNetPackageVersionPropsPath into the shared framework build steps 2018-10-26 10:44:47 -07:00
Pavel Krymets f58d3d4e94
Remove unused content from logging site extension (#245) 2018-10-26 09:49:27 -07:00
Pavel Krymets 99f2ecd02f
Move transformation tests from AzureIntegration (#3726) 2018-10-26 09:49:19 -07:00
ASP.NET CI 75cc3fc5b2 Updating submodule(s)
EntityFrameworkCore => f14134387abbacbb4cb76ef18ffee4df08e800d5
Identity => 168be7b561
KestrelHttpServer => d9aba751ae
SignalR => fc3a1fee61
Templating => 958e0b1d9f

[auto-updated: submodules]
2018-10-26 07:06:38 +00:00
Sébastien Ros d9aba751ae Change TargetFramework for micro benchmarks 2018-10-25 17:58:23 -07:00
Wouter Huysentruit 168be7b561 Use the correct logging category inside RegisterModel 2018-10-25 15:44:59 -07:00
Javier Calvarro Nelson 51de582c83
[Fixes #2002] UI package has path error (#2024) 2018-10-25 15:33:49 -07:00
Ryan Brandenburg 958e0b1d9f Get rid of Page1 Page2 2018-10-25 15:12:31 -07:00
Mikael Mengistu fc3a1fee61
Remove Dependency on java.util.Function (#3186) 2018-10-25 14:50:21 -07:00
ASP.NET CI 7ec22086ce Updating BuildTools from 2.2.0-preview2-20181019.5 to 2.2.0-preview2-20181024.5
[auto-updated: buildtools]
2018-10-25 14:47:19 -07:00
ASP.NET CI 588f91f0e6 Updating submodule(s)
AzureIntegration => c6f9783671
CORS => aa88f16b08
EntityFrameworkCore => 6d92061d2831ab953d080bb87eec68c851d40182
HttpAbstractions => 91db78cf92
IISIntegration => a9c5eb28d7
KestrelHttpServer => 616aeba156
Options => a6d348bccbfd5a6b657383202da32e3f5f92f3ce
Razor => 2d6643bc85
Routing => 3d828221a1
SignalR => 0aab8e5dd0
Templating => b05185f1f1

[auto-updated: submodules]
2018-10-25 14:47:11 -07:00
Nate McMaster ae122d9bc0
Include rid-specific runtime packages in the list of artifacts 2018-10-25 14:42:00 -07:00
Nate McMaster 77a3089c8d
Workaround quirks in NuGet
* Disable package analysis because it incorrectly issues NU5109 on macOS, but not windows
* Normalize file paths because if you mix slashes, NuGet will just skip the entire folder
* Normalize the project path given to restore. If it not normalized, restore skips the project and issues a warning
2018-10-25 14:27:46 -07:00
Nate McMaster dbc28c523e
Avoid double restores by invoking NuGet.targets directly 2018-10-25 13:28:19 -07:00
John Luo 616aeba156 Use chrome instead of chromium on Ubuntu 2018-10-25 12:50:07 -07:00