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

An Autofac module to integrate Autofac and NLog, it supports both constructor and property injection.

Results 8 Autofac.Extras.NLog issues
Sort by recently updated
recently updated
newest added

`ILogger` interface has unfortune method `void Error([Localizable(false)] string message, Exception exception)`. It's fine when I pass `Exception` class, but when I pass any other exception C# compiler choose different method...

I started a Project with Core 2.0 and after installing the Nuget package, i have a warning in VS2017 that the package is for .Net 4.6.1 and maybe not compatible....

up-for-grubs

Why did you create an extra Interface for the ILogger? I changed it to global::NLog.ILogger so i do not have to Strongname it in my Application. Is it why you...

Please release a new version on nuget. After #10, #15 and #19 it could really use a new release :)

Hello and thank you for this tool. I have a problem with resolving ILogger with IServiceProvider. My implementation is pretty simple: ```C# public class ServiceProvider : IServiceProvider { private readonly...

Hello, In some cases I want to register my own logger (with a specific logger name) for a specific generic class (my generic class has a very ugly full name...

Build warning on projects using latest Autofac: `NU1608: Warning As Error: Detected package version outside of dependency constraint: Autofac.Extras.NLog 4.0.1 requires Autofac (>= 6.0.0 && < 8.0.0) but version Autofac...

- Remove version constraint to allow Autofac 8.x - Upgrade sample app and tests to .NET 8 - Upgrade NUnit to 4.x