Commit Graph

44788 Commits

Author SHA1 Message Date
ASP.NET CI f695af0099 Updating submodule(s)
EntityFrameworkCore => f54a7241e78c9d9c8d87e80ec7cd68a1526767da
HttpAbstractions => 066c5ce337
MusicStore => 2b0ea782be
Session => a4af62e774

[auto-updated: submodules]
2018-11-07 07:32:26 -08:00
Nate McMaster a4af62e774
Upgrade target framework to netcoreapp3.0, upgrade dependencies, and remove dependency on deprecated Redis package 2018-11-07 07:28:11 -08:00
Steve Sanderson 5a836ef0a6 Update to ws-proxy code matching Mono repo 5e318afd 2018-11-07 12:01:50 +00:00
Steve Sanderson edff13f25a Add new System.Buffers.dll BCL assembly to SignToolData.json exclusion list 2018-11-07 12:01:50 +00:00
Steve Sanderson 080399da3d Update MonoPlatform startup code to match newer Mono 2018-11-07 12:01:50 +00:00
Steve Sanderson 0857483a42 Use prebuilt Mono binaries. Remove asm.js fallback (Mono doesn't distribute asm.js builds). 2018-11-07 12:01:50 +00:00
Steve Sanderson 54f78ca34d Fix build when repo path contains space. Fixes #1541 2018-11-07 11:54:24 +00:00
Justin Kotalik 2b0ea782be
Disable IISExpress tests (#877) 2018-11-06 23:42:47 -08:00
Nate McMaster 0e3260f2b4
Merge branch 'release/2.2' 2018-11-06 21:47:30 -08:00
Nate McMaster 302d8d59dd
Remove the aspnet/Caching submodule 2018-11-06 21:20:06 -08:00
Nate McMaster 1969ffb690 Merge branch 'release/2.2'
\n\nCommit migrated from aabe8c34a6
2018-11-06 21:15:23 -08:00
Nate McMaster da43c4be03 Merge branch 'release/2.1' into release/2.2
\n\nCommit migrated from 99b874c83e
2018-11-06 20:50:10 -08:00
ASP.NET CI 5faea3ff7b Updating submodule(s)
MvcPrecompilation => 032768b063
SignalR => 56f78b4593

[auto-updated: submodules]
2018-11-06 18:16:25 -08:00
Nate McMaster 3cb67766a8
Merge branch 'release/2.2' 2018-11-06 18:09:01 -08:00
Nate McMaster d81128de11
Fix CodeSign.props to include the .dll in the file name for logging files 2018-11-06 18:07:54 -08:00
Nate McMaster 011cf21a5c
Merge branch 'release/2.2' 2018-11-06 17:42:44 -08:00
Nate McMaster 17ee447d26
Upgrade to Extensions 2.2.0-rtm-181106-10 2018-11-06 17:32:06 -08:00
Nate McMaster 3cf8a41e4a
Remove the aspnet/Logging submodule 2018-11-06 17:30:26 -08:00
Nate McMaster d2f38ab3b8 Merge branch 'release/2.2'
\n\nCommit migrated from f162f1006b
2018-11-06 17:18:44 -08:00
Nate McMaster e7cca176e5 Reorganize source code in preparation to move into aspnet/Extensions
Prior to reorganization, this source code was found in f7d8e4e053
2018-11-06 17:12:46 -08:00
Nate McMaster fc4e64de38 Reorganize source code in preparation to move into aspnet/Extensions
Prior to reorganization, this source code was found in f7d8e4e053
2018-11-06 17:12:46 -08:00
ASP.NET CI a3902573a5 Updating submodule(s)
Razor => fd4572874e

[auto-updated: submodules]
2018-11-06 17:12:19 -08:00
Nate McMaster 2653b2024b Merge branch 'release/2.1' into release/2.2
\n\nCommit migrated from 653ace5e78
2018-11-06 16:19:16 -08:00
Nate McMaster fd100ade9e Reorganize source code in preparation to move into aspnet/Extensions
Prior to reorganization, this source code was found in 5381f42ded
2018-11-06 16:14:26 -08:00
Nate McMaster 08375cd15c Reorganize source code in preparation to move into aspnet/Extensions
Prior to reorganization, this source code was found in 5381f42ded
2018-11-06 16:14:26 -08:00
James Newton-King 066c5ce337
Implicitly execute matched endpoint at the end of middleware pipeline (#1059) 2018-11-07 12:57:31 +13:00
Pranav K 032768b063
Merge pull request #301 from aspnet/prkrishn/merge/2.2
Prkrishn/merge/2.2
2018-11-06 15:38:58 -08:00
James Newton-King d77b370fb1
Add Endpoint extension methods to HttpContext (#1060) 2018-11-07 12:24:15 +13:00
BrennanConroy 56f78b4593
Retry redis docker (#3265) 2018-11-06 15:23:03 -08:00
ASP.NET CI 2d46064467 Updating submodule(s)
MvcPrecompilation => 617586a984

[auto-updated: submodules]
2018-11-06 15:15:25 -08:00
Pranav K 174e53d45c
Merge remote-tracking branch 'origin/release/2.1' into release/2.2
# Conflicts:
#	test/FunctionalTests/CoreCLRTests/ApplicationWithParseErrorsTest_CoreCLR.cs
#	test/FunctionalTests/CoreCLRTests/ApplicationWithTagHelpersTest_CoreCLR.cs
#	test/FunctionalTests/DesktopTests/ApplicationWithParseErrorsTest_Desktop.cs
#	test/FunctionalTests/DesktopTests/ApplicationWithTagHelpersTest_Desktop.cs
#	test/FunctionalTests/DesktopTests/SimpleAppTestWithPlatformx86_Desktop.cs
2018-11-06 15:14:43 -08:00
Pavel Krymets 8027397d67 Merge branch 'merge/release/2.2-to-master' 2018-11-06 15:12:04 -08:00
Pavel Krymets f024e779a6 Merge branch 'merge/release/2.2-to-master' of https://github.com/dotnet-maestro-bot/JavaScriptServices into merge/release/2.2-to-master 2018-11-06 15:11:14 -08:00
Pranav K 617586a984 Keep a couple of tests and remove most tests from 2.1
Fixes https://github.com/aspnet/MvcPrecompilation/issues/293
2018-11-06 15:10:33 -08:00
BrennanConroy cbbd0278ba Merge branch 'release/2.2' 2018-11-06 14:52:50 -08:00
Pavel Krymets 9d570d791f
Remove obsolete logging API usage (#3953) 2018-11-06 14:50:35 -08:00
Pavel Krymets 7ae4cb0fb6
Remove obsolete logging API usage (#3267) 2018-11-06 14:30:09 -08:00
BrennanConroy bbdf95e449
Skip flaky java test (#3266) 2018-11-06 14:15:53 -08:00
ASP.NET CI 79183729f4 Updating submodule(s)
DotNetTools => a24b4ee459
HttpSysServer => 60af147f03
Logging => e94b64f96b425190b027f5d956db34bcb529bf8c
SignalR => 71e2f45450

[auto-updated: submodules]
2018-11-06 14:14:09 -08:00
Nate McMaster a8c8ddbb45 Reorganize source code in preparation to move into aspnet/Extensions
Prior to reorganization, this source code was found in 8270c54522
2018-11-06 14:13:18 -08:00
Nate McMaster 018907bec0 Reorganize source code in preparation to move into aspnet/Extensions
Prior to reorganization, this source code was found in 8270c54522
2018-11-06 14:13:18 -08:00
Pavel Krymets 7819c2f950
Remove obsolete API usage (#1784) 2018-11-06 14:10:24 -08:00
John Luo 5488932e31 Merge branch 'release/2.2' 2018-11-06 14:04:45 -08:00
John Luo 7ef549416f Add prerelease label to deb installer package version 2018-11-06 14:02:48 -08:00
Pavel Krymets f66b074402
Remove obsolete logging API usage (#299) 2018-11-06 13:52:39 -08:00
ASP.NET CI 850688a197 Updating submodule(s)
SignalR => ffd4bcd850

[auto-updated: submodules]
2018-11-06 21:33:55 +00:00
Justin Kotalik a00118ada1
Disable IIS tests due to web.config generation issue (#3951) 2018-11-06 13:25:50 -08:00
Nate McMaster e8aab7ae34
Merge branch 'release/2.2' 2018-11-06 12:36:51 -08:00
Nate McMaster 355c6d3a83
Remove the aspnet/Options submodule 2018-11-06 12:28:45 -08:00
Nate McMaster 5d8870caa5 Merge branch 'release/2.2'
\n\nCommit migrated from cc317e6112
2018-11-06 12:18:43 -08:00