John Luo
633cb68149
Populate WebHost configuration with command line arguments if provided
2017-10-09 14:30:20 -07:00
John Luo
7ec8cc5fad
Cleanup and add test for CreateDefaultBuilderOfT
2017-09-28 15:58:14 -07:00
Fanie Reynders
07bf8d02a0
Added support for allowing a shorthand notation to build and run a Webhost with the default configuration including a typed Startup class
2017-09-28 15:05:43 -07:00
Nate McMaster
5589365cac
Use Directory.Build.props/targets ( #227 )
2017-08-30 12:58:16 -07:00
John Luo
5a3ce9fd5d
Update doc comments
2017-08-25 12:13:57 -07:00
John Luo
cbad7fad7a
Add API baseline for Microsoft.AspNetCore
2017-08-03 17:39:26 -07:00
Hao Kung
c920c45953
Remove ConfigureDefaultOptions
2017-06-05 13:40:32 -07:00
Chris R
3932c68d18
Move KestrelServerOptionsSetup to Kestrel
2017-06-02 12:33:40 -07:00
Pavel Krymets
6fcf83fe22
React to logging in DI change
2017-06-02 10:47:54 -07:00
Chris R
b04be188c0
#81 Move CertificateLoader to Hosting
2017-05-30 16:12:15 -07:00
John Luo
e3366c7640
Cross-compile netcoreapp2.0 and net461
2017-05-30 14:26:53 -07:00
Hao Kung
4b18cf52ae
Add ConfigureAspNetCoreDefaults
2017-05-26 16:20:32 -07:00
Javier Calvarro Nelson
b9a9ec9305
Add support for a default SSL certificate in development
...
When the ssl certificate specified is 'localhost' and
no certificate has been explicitly specified in the certificates
section, fallback to a certificate with 'CN=localhost' (ASP.NET Core SSL
developer certificate) in the current user store and if not found,
an ssl certificate with 'CN=localhost' on the current machine
(IIS Express developer certificate)
2017-05-24 16:24:32 -07:00
John Luo
2fb5649b04
Revert "Revert "Migration""
...
This reverts commit 102daa6832 .
2017-05-04 11:16:59 -07:00
John Luo
102daa6832
Revert "Migration"
...
This reverts commit 91bef13d31 .
2017-05-03 18:11:59 -07:00
John Luo
91bef13d31
Migration
2017-05-03 17:03:19 -07:00
Cesar Blum Silveira
012d9990ef
Show fwlink on HTTPS certificate errors ( #83 ).
2017-05-03 15:55:19 -07:00
damianedwards
4d5e1076c9
Remove the DeveloperExceptionPage middleware from WebHost.CreateDefaultBuilder:
...
- The templates still have it explicitly and it's best to have middleware added by the app directly
2017-05-03 14:37:32 -07:00
Cesar Blum Silveira
605aeddc22
Support more certificate loading scenarios ( #69 ).
2017-05-01 18:05:11 -07:00
BrennanConroy
8102d6a038
Add configuration to logging in WebHost
2017-04-27 16:08:04 -07:00
Nate McMaster
795b4d36e7
AddUserSecrets is optional
2017-04-27 12:22:28 -07:00
Pavel Krymets
d4f39bf56b
Validate scopes in Development environment in CreateDefaultBuilder ( #61 )
2017-04-27 08:43:40 -07:00
Cesar Blum Silveira
21de306963
Bind Kestrel options to config by default ( #30 ).
2017-04-26 16:47:51 -07:00
John Luo
735337f586
Add functional tests
2017-04-26 13:54:59 -07:00
John Luo
0d66125fda
WebHost static API updates
...
- Specify ApplicationName when wrapping RequestDelegate or RouteBuilder
- Add debug logger by default
2017-04-26 13:51:08 -07:00
John Luo
3a4a3ca291
WebHost static API updates
...
- Specify ApplicationName when wrapping RequestDelegate or RouteBuilder
- Add debug logger by default
2017-04-24 12:56:20 -07:00
John Luo
d9661ed70d
Un-revert changes for static WebHost API
...
Keeping the same netstandard1.3 TFM so as to not break apps targeting net46.
2017-04-21 14:06:20 -07:00
Mike Harder
10775adf5b
Revert "Adds new WebHost API for creating IWebHost & IWebHostBuilder with defaults:"
...
This reverts commit 55d50b2d41 .
2017-04-20 18:47:00 -07:00
Mike Harder
992407fb35
Revert "Update build targets and clean up"
...
This reverts commit 587985b497 .
2017-04-20 18:46:34 -07:00
John Luo
587985b497
Update build targets and clean up
2017-04-20 17:17:57 -07:00
damianedwards
55d50b2d41
Adds new WebHost API for creating IWebHost & IWebHostBuilder with defaults:
...
- #24
2017-04-20 16:55:56 -07:00
Pavel Krymets
5f4eb5cbbd
Package *.HostingStartup.deps.json files as part of package cache build ( #34 )
2017-04-20 08:39:47 -07:00
Pranav K
81f2543810
Remove net451 as a cross compile target
2017-03-21 18:03:43 -07:00
Nate McMaster
890a81562f
Unify dependency versions
2017-03-15 15:36:33 -07:00
Nate McMaster
412c41118b
Set references to PrivateAssets=None
2017-02-08 16:39:18 -08:00
Nate McMaster
6a38859cf7
Upgrade to VS 2017
2017-02-01 16:13:01 -08:00
Pranav K
6eb489007a
Updating to 4.4 CoreFx packages
2016-12-14 14:47:30 -08:00
Pranav K
8af98eb301
Updating versions to 1.2.0-*
2016-11-09 14:18:30 -08:00
Ajay Bhargav Baaskaran
eed1784880
Added tags to project.json
2016-11-05 23:45:24 -07:00
BrennanConroy
88571e6cf7
Revert "Target netcoreapp and reference NETCore.App"
...
This reverts commit 75ab32926b .
2016-11-04 13:30:24 -07:00
Pavel Krymets
1d35166e11
Merge pull request #8 from aspnet/pakrym/netcoreapp
...
Target netcoreapp and reference NETCore.App
2016-10-31 10:52:06 -07:00
BrennanConroy
50887581df
Merge rel/1.0.1 into dev
2016-10-31 08:31:31 -07:00
Pavel Krymets
75ab32926b
Target netcoreapp and reference NETCore.App
2016-10-28 15:31:38 -07:00
BrennanConroy
04f9863293
Remove StaticFiles from AspNetCore meta package
2016-10-24 08:53:39 -07:00
BrennanConroy
f5ac590e53
1.1.0 dependencies
2016-10-13 16:00:26 -07:00
BrennanConroy
8b03701601
Remove version suffix
2016-10-13 12:37:33 -07:00
BrennanConroy
d5b0126f61
Add AspNetCore meta package
2016-10-12 14:37:25 -07:00