Chris Ross (ASP.NET)
3b5b40884f
Refactor integration testing for test matrix generation.
2018-05-16 09:51:50 -07:00
Luke Latham
0b6dbab37a
Using block in the externally controlled example ( #1422 )
2018-05-16 07:26:55 -07:00
Justin Kotalik
5227de9a31
Always check if ANCM is in the base output folder. ( #1420 )
2018-05-15 18:11:12 -07:00
ASP.NET CI
2575ebfcfe
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-13 14:08:25 -07:00
Ryan Brandenburg
38f691c09e
Upgrade to netcoreapp22 ( #1410 )
2018-05-08 11:02:12 -07:00
ASP.NET CI
19d120a2be
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-06 12:15:11 -07:00
Chris Ross (ASP.NET)
d2857ef02f
Merge branch 'release/2.1' into dev
2018-05-04 14:57:15 -07:00
Chris Ross (ASP.NET)
b85d3108dd
Merge branch 'release/2.1' into dev
2018-05-04 14:56:29 -07:00
Chris Ross (ASP.NET)
55e57af815
Adding additional tests for AddHostedService
2018-05-04 14:53:39 -07:00
ASP.NET CI
982508e863
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-04 07:34:42 -07:00
Justin Kotalik
fb08967c9f
Make Deployers handle ANCM V1 and V2 ( #1407 ) ( #1409 )
2018-05-03 13:49:21 -07:00
Justin Kotalik
10a4b84061
Revert "Make Deployers handle ANCM V1 and V2 ( #1407 )"
...
This reverts commit 52802d1afa .
2018-05-02 14:58:53 -07:00
Justin Kotalik
52802d1afa
Make Deployers handle ANCM V1 and V2 ( #1407 )
2018-05-02 09:13:32 -07:00
Chris Ross (ASP.NET)
bfc12fd6ac
Merge branch 'release/2.1' into dev
2018-05-01 14:09:36 -07:00
Chris Ross (ASP.NET)
2c1376c95f
Add a AddHostedService extension #1402
2018-05-01 14:07:24 -07:00
Chris Ross (ASP.NET)
1717b97444
Run self-host tests with no-build. #1399
2018-05-01 12:22:36 -07:00
Justin Kotalik
c72df2865c
Check existence of ANCMV2 Path ( #1397 )
2018-05-01 10:05:07 -07:00
Nate McMaster
4a177d6b35
Merge branch 'release/2.1' into dev
2018-04-30 15:39:32 -07:00
Nate McMaster (automated)
9e36855d2f
Bump version to 2.1.0-rtm
2018-04-30 14:51:40 -07:00
Marcin Polewski
e9b84a298a
Sample generic host using MSMQ ( #1381 )
2018-04-30 11:08:20 -07:00
ASP.NET CI
efcb8d4a44
Update dependencies.props
...
[auto-updated: dependencies]
2018-04-29 12:15:57 -07:00
Chris Ross (ASP.NET)
9d82942a1a
Run self-host tests with no-build. #1399
2018-04-25 14:10:00 -07:00
ASP.NET CI
b16de49807
Update dependencies.props
...
[auto-updated: dependencies]
2018-04-23 12:08:24 -07:00
Nate McMaster
122b07bb1c
Attempt to fix tests when building in ProdCon
2018-04-21 08:14:28 -07:00
Nate McMaster
0f131ac245
Disambiguate /p from -p on dotnet-run
2018-04-21 08:13:29 -07:00
Nate McMaster
ed7e6db79e
Attempt to fix more failing tests in prodcon builds
2018-04-21 08:01:30 -07:00
Nate McMaster
c2760d6246
Merge branch release/2.1 into dev
2018-04-20 15:07:55 -07:00
Chris Ross (ASP.NET)
8c3b83c047
Fix ClientCancellationAborts test #1379
2018-04-20 11:03:13 -07:00
Chris Ross (ASP.NET)
d69798d2c1
Clean up pipes usage in TestHost
2018-04-20 10:39:50 -07:00
ASP.NET CI
7eafb5c9a0
Update dependencies.props
...
[auto-updated: dependencies]
2018-04-19 22:21:16 -07:00
Nate McMaster
45d0a0ad98
Set NETStandardImplicitPackageVersion via dependencies.props
2018-04-19 16:39:00 -07:00
Nate McMaster
78904e70c7
Merge branch 'release/2.1' into dev
2018-04-19 12:31:47 -07:00
Nate McMaster
30928ba944
Disable implicit package version verification when --no-restore is used
...
Workaround an error when building in ProdCon where the RuntimeFrameworkVersion is overridden externally. Generally, the error is good, but when --no-restore is specified, we are okay ignoring this verification.
2018-04-19 12:24:10 -07:00
Javier Calvarro Nelson
f70e83a317
Merge branch 'release/2.1' into dev
2018-04-19 09:46:08 -07:00
Mike Harder
55feeeab15
Add DeploymentParameters.Scheme property ( #1388 )
...
- Allows tests to use HTTPS with dynamic port "0"
2018-04-18 15:18:59 -07:00
Mike Harder
970bc8a30d
Add TestUrlHelper class and GetAddress() extension method ( #1387 )
2018-04-18 14:04:16 -07:00
Pranav K
1cdd9bab0e
Fixup feature branch version calculation
2018-04-17 15:31:53 -07:00
Mike Harder
0cc416f1f9
Change SelfHostDeployer to use dynamic ports by default ( #1383 )
...
* Should significantly reduce flaky test failures due to AddressInUse exceptions
* Addresses https://github.com/aspnet/Hosting/issues/1296
2018-04-17 14:01:33 -07:00
Javier Calvarro Nelson
e06b1fd690
[ Fixes #1242 ] Moves IStartupConfigureServicesFilter and IStartupConfigureContainerFilter interfaces to the internal namespace
2018-04-17 12:31:09 -07:00
Ryan Brandenburg
b783d504ff
Update version number to 2.2.0
2018-04-16 16:57:19 -07:00
Ryan Brandenburg
4e50878aed
Merge branch 'release/2.1' into dev
2018-04-16 16:57:19 -07:00
Ryan Brandenburg
7644204569
Branching for 2.1.0-rc1
2018-04-16 16:57:14 -07:00
ASP.NET CI
a997ceba98
Update dependencies.props
...
[auto-updated: dependencies]
2018-04-15 14:09:18 -07:00
David Fowler
a8c0970cde
Check for non-null RequestServices ( #1378 )
2018-04-13 09:45:38 -07:00
Justin Kotalik
5fd1f9e0e5
Merge remote-tracking branch 'origin/release/2.1' into dev
2018-04-12 16:33:29 -07:00
Chris Ross (ASP.NET)
4e1ba2a6c7
Delay process exit in ConsoleLifetime #1329
2018-04-12 10:07:44 -07:00
ASP.NET CI
30ffadfebf
Update dependencies.props
...
[auto-updated: dependencies]
2018-04-03 22:26:12 +00:00
Justin Kotalik
6e957e436a
Support inprocess hosting in IISExpressDeployer via switching the HostingModel property. ( #1368 )
2018-04-02 12:01:53 -07:00
Nate McMaster (automated)
058dd049e6
Update dependencies.props
...
[auto-updated: dependencies]
2018-03-28 10:44:23 -07:00
ASP.NET CI
e93aa56b58
Update dependencies.props
...
[auto-updated: dependencies]
2018-03-25 15:38:48 -07:00