Commit Graph

14 Commits

Author SHA1 Message Date
John Luo 633cb68149 Populate WebHost configuration with command line arguments if provided 2017-10-09 14:30:20 -07:00
Nate McMaster 5589365cac Use Directory.Build.props/targets (#227) 2017-08-30 12:58:16 -07:00
Ryan Brandenburg b1ddd62f45 Remove NETStandard.Library.NETFramework and update Moq 2017-06-29 10:55:25 -07:00
John Luo e3366c7640 Cross-compile netcoreapp2.0 and net461 2017-05-30 14:26:53 -07:00
Cesar Blum Silveira c548b3d7f4 Merge AppSettings sample into SampleApp. 2017-05-04 15:16:56 -07:00
Cesar Blum Silveira 21de306963 Bind Kestrel options to config by default (#30). 2017-04-26 16:47:51 -07:00
John Luo ab0bf52f3b Rebase fix 2017-04-26 14:38:16 -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