David Fowler
8f5f8d28d0
This change introduces a new service `IStartup` that can be registered in the hosting container to override any startup logic. `UseStartup` overloads have been changed to detect `IStartup` and directly put it in the container, or to wrapping it with a `ConventionBasedStartup` implementation to preserve the existing behavior.
...
- Remove IStartupLoader and add `IStartup` instead that matches the signature hosting cares about
- Moved `UseStartup` to extension methods
- Move existing logic into `ConventionBasedStartup` class
2016-04-18 21:33:03 -07:00
John Luo
828e8d755e
reacting to telemetry rename
2015-10-19 17:21:15 -07:00
Kiran Challa
79a8a4e799
Fix deployers
2015-10-13 10:59:47 -07:00
Troy Dai
ef49606ea6
Update global.json, sources=>projects
2015-04-02 09:20:11 -07:00
David Fowler
7423a21b11
Added ability to run unit tests on build
2014-03-08 12:34:29 -08:00