David Fowler
|
501dd3924b
|
Added a method to configure the web host defaults (#298)
- Added ConfigureWebHostDefaults to configure the web specific defaults on the generic host builder.
|
2018-11-16 21:29:18 -08:00 |
John Luo
|
633cb68149
|
Populate WebHost configuration with command line arguments if provided
|
2017-10-09 14:30:20 -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 |