User310927902 posted
I have some static classes I pass in, my controller ctor's match the signature of the type I can access those properties easily enough within the controllers.
However I now have some custom types that require deserialization from XML configuration files. These do not follow any web.config syntax etc.
How does one use the frameworks dependency injection to push an exiting instance of a type into the controllers from the startup.cs file?
Thanks!