Autofac.Extras.NLog
Autofac.Extras.NLog copied to clipboard
Release new version
Please release a new version on nuget.
After #10, #15 and #19 it could really use a new release :)
I second this!
Polite bump @ziyasal
I posted a new package version 2.0.0-rc.
@eXpl0it3r could you confirm that v2 is working correctly?
Cant say that scope resolving works for me:
public void ResolveNLogger() {
var builder = new Autofac.ContainerBuilder();
builder.RegisterModule<NLogModule>();
builder.RegisterType<Testclass>();
var container = builder.Build();
var scope = container.BeginLifetimeScope();
var logger = scope.Resolve<ILogger>(); // Not Found
}
~~2.0.0-rc works for me~~
Never mind, it actually doesn't work, as it still depends on an old version of Autofac. Can't we have this connection loosen, so it's not fixed to one specific version?
@eXpl0it3r @LordPinhead @304NotModified Can you verify your project with current version of the NuGet package? v3.x supports Autofac 5.x. v4.x supports Autofac 6.x.