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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -