Commit Graph

21737 Commits

Author SHA1 Message Date
ASP.NET CI e7f50eb932 Updating submodule(s)
Scaffolding => 1b91f5cae8b17fed684c3b0f3a433340beba2e08

[auto-updated: submodules]
2018-08-31 18:34:30 +00:00
Nate McMaster a57ed95fd3
Fix errors connecting to github from powershell and TLS1.2 in test scripts 2018-08-31 11:20:58 -07:00
ASP.NET CI 64078159fa Updating submodule(s)
IISIntegration => 0459b6d0d4

[auto-updated: submodules]
2018-08-31 09:11:18 -07:00
Pavel Krymets 0459b6d0d4
Fix dotnet.exe abort exception and startup/shutdown timeouts (#1352) 2018-08-31 09:05:46 -07:00
ASP.NET CI 5e5bf6712a Updating submodule(s)
IISIntegration => db01ae3717

[auto-updated: submodules]
2018-08-31 15:21:57 +00:00
Justin Kotalik db01ae3717 Remove FreeConsole calls. (#1358) 2018-08-31 08:16:07 -07:00
ASP.NET CI 71fff14dee Updating submodule(s)
Configuration => 4d3f720193095ac58784ca6bc6e0f4b5cb4000e3
KestrelHttpServer => 153020ef8a

[auto-updated: submodules]
2018-08-31 00:35:41 +00:00
Nate McMaster 9f37a92dc9
Add Microsoft.AspNetCore.DataProtection.EntityFrameworkCore 2018-08-30 16:28:54 -07:00
Nate McMaster 7520ffa0ef
Fix up service scoping in the EF Core xml repository and update package version to 2.2 2018-08-30 16:22:43 -07:00
John Luo 153020ef8a Allow UTF8 encoded header values 2018-08-30 16:21:34 -07:00
ASP.NET CI bde9b8b115 Updating submodule(s)
Diagnostics => 525fbf495b
EntityFrameworkCore => 297412a470f098a25b3ba2454b7850c861e19591
FileSystem => b9986fc364ec439606f998d44e02be71a922aec7
HttpClientFactory => 55de61368c45e761a6c36be94f9f9165cca20d50
Identity => bb1cd5ec09
IISIntegration => 729a98adfc
KestrelHttpServer => 80b30b21ee
Mvc => d8b7dbd1f3
Razor => 852ad8df87
Routing => 945e798ca7
Scaffolding => 5b113cd96f4dd324291e5339331e64956b1a7e2c
SignalR => f42f4c56e6
Templating => afccb085a2

[auto-updated: submodules]
2018-08-30 16:04:06 -07:00
Ryan Brandenburg b7b1ea207d Start shipping templates to NuGet 2018-08-30 15:41:16 -07:00
Ryan Nowak 525fbf495b Fix #468 - all UseHealthChecks without a path 2018-08-30 15:33:49 -07:00
Nate McMaster a6a21351b6
Merge branch 'release/2.1' into release/2.2 2018-08-30 15:28:26 -07:00
dotnet-maestro-bot 3e7410333a Update to .NET Core 2.1.5-servicing-26830-03 (#1364) 2018-08-30 15:27:17 -07:00
Nate McMaster dcc3946d9b
Remove machine-specific CI setting 2018-08-30 15:26:07 -07:00
Ryan Nowak 945e798ca7 [Design] Set the endpoint feature only on success 2018-08-30 14:52:35 -07:00
Brice Lambson 11f28139d4 Add Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite 2018-08-30 14:27:49 -07:00
Ryan Brandenburg 115398ea8b
Tag builds in release/2.2 (#1361)
* Add a script for tagging TeamCity builds

* chmod +x
2018-08-30 13:36:01 -07:00
Ryan Nowak 8395ad8340 remove references to ref emit packages 2018-08-30 13:26:22 -07:00
James Newton-King 74bfff149e
Use var in for loops (#758) 2018-08-31 08:24:41 +12:00
Justin Kotalik 729a98adfc
Call AllocConsole (#1351) 2018-08-30 12:20:53 -07:00
Justin Kotalik e7f3c7c62e
Remove bad rc files (#1355) 2018-08-30 12:18:30 -07:00
ASP.NET CI 2a4e94a92c Updating submodule(s)
IISIntegration => 922298bc90

[auto-updated: submodules]
2018-08-30 19:04:44 +00:00
Justin Kotalik 922298bc90
Add rc file as an include for ANCMV1 (#1284) (#1344) 2018-08-30 12:00:13 -07:00
Ryan Nowak 3e4a3d0b90
Allow health checks to use any DI lifetime (#466)
* Allow health checks to use any DI lifetime

This change allows registered IHealthCheck implementations to use any DI
lifetime. This is necessary for scenarios like using EF which requires a
scope.

The works by having the health check service create a scope for each
time it queries health checks. This scope does not overlap or share
state with other scopes (the request scope) so there is no crosstalk
between processing going on per-request in ASP.NET Core and the health
check operation.

* PR feedback and some logging cleanup
2018-08-30 10:51:48 -07:00
David Fowler 80b30b21ee
Fix platform benchmarks TFM (#2868) 2018-08-30 09:49:34 -07:00
Justin Kotalik a741af1e77
Add header to sample (#1353) 2018-08-30 09:07:02 -07:00
Matt Mitchell 6e33b889c0 Unpin System.Data.Sqlient (#1356) 2018-08-30 08:33:05 -07:00
Nate McMaster 4737ec1909
Update default triggers to only include master and release branches 2018-08-29 21:59:45 -07:00
Nate McMaster 7dc68e6f91
Fix syntax errors in the e2e test build definition 2018-08-29 21:33:59 -07:00
Ryan Nowak 8d053853bb Address PR feedback, I hit merge too soon. 2018-08-29 19:46:25 -07:00
Nate McMaster f6fc60a0ed
Add script to invoke E2E tests on CI using ProdCon results (#1354) 2018-08-29 19:37:09 -07:00
Mike Harder 05291af90b Cli.FunctionalTests: Remove .gitignore (#1353) 2018-08-29 19:36:46 -07:00
Ryan Nowak 3511c8cef0 Add vectorized il-emit trie jump table
Add new futuristic jump table. Remove old experimental jump tables since
this is much much better.
2018-08-29 19:30:02 -07:00
Mike Harder b465a3b4a3 Functional tests for .NET Core CLI 2018-08-29 16:48:49 -07:00
Mike Harder 4745bdda3e Remove signature 2018-08-29 16:42:39 -07:00
Mike Harder 777af897a8
Select highest version of Microsoft.NETCore.App which matches major and minor version of SDK (#19) 2018-08-29 16:39:39 -07:00
Mike Harder 8e3d1f9e33
Ignore globally-installed .NET Core components (#18) 2018-08-29 16:37:50 -07:00
Mike Harder 941d94c907
Rename from AspNetCoreSdkTests to Cli.FunctionalTests (#17) 2018-08-29 16:32:51 -07:00
Ryan Brandenburg afccb085a2 Fix links and formating 2018-08-29 16:22:42 -07:00
Mike Harder ddff4f06e5
Rename to Cli.FunctionalTests 2018-08-29 16:15:53 -07:00
Pavel Krymets 26710080fe
Set AspNetCoreHostingModel in templates (#716) 2018-08-29 16:08:58 -07:00
Ryan Brandenburg 75fa0cd6e8 Remove SpaServices where they're un-needed 2018-08-29 15:24:12 -07:00
Ryan Brandenburg ccb2c006aa Merge branch 'merge/release/2.1-to-release/2.2' into release/2.2 2018-08-29 15:21:15 -07:00
dan.s.ward 8f7d995508 Added Entity Framework Core backed IXmlRepository with tests and sample (#303) 2018-08-29 14:04:37 -07:00
Hao Kung 883471fee9
Update options module (#1348) 2018-08-29 13:12:00 -07:00
Nate McMaster cf3d2f1299
Minor tweaks to meta-package descriptions (#1343)
Per feedback on #1320 which came in post-merge.
2018-08-29 12:03:24 -07:00
Patrick Westerhoff 208f6ff568 Fix #574: Set NoDefaultLaunchSettingsFile
When a project is created with ExcludeLaunchSettings enabled, set the
NoDefaultLaunchSettingsFile property to prevent Visual Studio from
creating a launchSettings.json.
2018-08-29 11:35:16 -07:00
Hao Kung 820c0405e3
Add new options package (#1345) 2018-08-29 10:41:54 -07:00