This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Description
When Unity container is configured to replace built in DI engine we discovered that it is not being used to create and resolve Startup class.
Currently WebHost builder is hard coded to create new built-in/internal service provider and resolve Startup class from that provider. Configured provider is ignored and created later. As result no types registered with Unity are available to the Startup constructor.
For more information please see this project