Autofac.Extras.NLog icon indicating copy to clipboard operation
Autofac.Extras.NLog copied to clipboard

Release new version

Open 304NotModified opened this issue 6 years ago • 7 comments
trafficstars

Please release a new version on nuget.

After #10, #15 and #19 it could really use a new release :)

304NotModified avatar Mar 04 '19 01:03 304NotModified

I second this!

eXpl0it3r avatar Mar 13 '19 09:03 eXpl0it3r

Polite bump @ziyasal

304NotModified avatar Mar 13 '19 22:03 304NotModified

I posted a new package version 2.0.0-rc.

CNBoland avatar Mar 23 '19 03:03 CNBoland

@eXpl0it3r could you confirm that v2 is working correctly?

304NotModified avatar Mar 31 '19 01:03 304NotModified

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
	}

LordPinhead avatar Jun 06 '19 08:06 LordPinhead

~~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 avatar Aug 22 '19 12:08 eXpl0it3r

@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.

CNBoland avatar Aug 18 '21 14:08 CNBoland