bugthesystem / Autofac.Extras.NLog

An Autofac module to integrate Autofac and NLog, it supports both constructor and property injection.
MIT License
50 stars 18 forks source link

Fix namespace collision #1

Closed petemounce closed 10 years ago

petemounce commented 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.

petemounce commented 10 years ago

@ziyasal hi - thanks for so quickly merging. What is the ETA on a new nuget hitting the feed?

bugthesystem commented 10 years ago

@petemounce hi, thanks for feedback. just published new version.