c# - Autofac with xml / json configuration -


i'm little lost on examples @ http://autofac.readthedocs.org/en/latest/configuration/xml.html#configuring-with-microsoft-configuration

after poking around ages not realising had add microsoft.extensions.configuration.json package (and in pre-release), error on: var module = new configurationmodule(config.build());

i compile error not being able instantiate abstract class.

there's no mention in docs having ref other package. ideas?

right, had instal pre release version solved issues

i using current stable.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -