This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
Move some WebHostBuilderExtensions to Hosting.Abstractions #675
Closed
Description
IISIntegration was able to depend just on Hosting.Abstractions until it called CaptureStartupErrors.
Move extensions that may be used by extensions from other packages and not just app code. E.g:
- UseConfiguration
- CaptureStartupErrors
- UseEnvironment
- UseUrls
- Start
Don't move:
- UseStartup
- UseDefaultHostingConfiguration
- UseServer? - What if I wanted a UseKestrel extension?
- UseContentRoot
- UseWebRoot