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

Description
This was based off a conversation with @loudej when we were discussing MvcRazorHost. The idea is RazorViewEngine is the default implementation we configure, but shouldn't be tied to MvcOptions. Instead it would be a separate top level options type that can be configured independently.
.Setup<MvcOptions>(options => { })
.Setup<RazorOptions>(options => {});