Closed petemounce closed 10 years ago
Without this, on consumption, my app believes that NLogModule is a System.Reflection.Module, instead of an Autofac.Module, and so cannot be registered.
System.Reflection.Module
Autofac.Module
@ziyasal hi - thanks for so quickly merging. What is the ETA on a new nuget hitting the feed?
@petemounce hi, thanks for feedback. just published new version.
Without this, on consumption, my app believes that NLogModule is a
System.Reflection.Module
, instead of anAutofac.Module
, and so cannot be registered.