aspnet / MetaPackages

[Archived] NuGet meta packages. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
211 stars 109 forks source link

Missing loggers #201

Closed arishlabroo closed 7 years ago

arishlabroo commented 7 years ago

If i use a 3rd party DI container, loggers configured by WebHost.CreateDefaultBuilder disappear.

Reproduction: https://github.com/arishlabroo/LoggingIssue/blob/master/WebApplication1/Program.cs

What am I doing wrong?

arishlabroo commented 7 years ago

Seems like it is an issue with StructureMap, since Autofac works fine. https://github.com/arishlabroo/LoggingIssue/blob/WithAutofac/WebApplication1/Program.cs

Closing here and will open issue in StructureMap repo.