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
Post a Comment