Craig Boland

Results 16 comments of Craig Boland

@rosieks @shoftee @304NotModified Can you verify its working now in your projects with current versions of the [NuGet packages](https://www.nuget.org/packages/Autofac.Extras.NLog/)?

@LordPinhead @304NotModified Can you verify its working in your .NET Core applications?

@304NotModified @davidshen84 @LordPinhead Can you verify in your project that injecting `NLog.ILogger` is working for you? The `Sample.ConsoleApp` project in source tree is configured this way.

I [posted](https://www.nuget.org/packages/Autofac.Extras.NLog/) a new package version 2.0.0-rc.

@eXpl0it3r @LordPinhead @304NotModified Can you verify your project with current version of the [NuGet package](https://www.nuget.org/packages/Autofac.Extras.NLog/)? v3.x supports Autofac 5.x. v4.x supports Autofac 6.x.

I'm experiencing similar issue in a sample based on [PetStore v3](https://petstore3.swagger.io/). The _/pet/findByStatus_ endpoint is a good example. The problem appears to occur when an operation can return multiple content...

Can someone please review this? We have a project that depends on it and we'd like to use the official package. Is there anything we can do to assist?

@GFoley83 No. We included a copy of the code from my branch in our solution and referenced it as a project reference. You're welcome to fork my fork.

Can you create an application that demonstrates the overwrite?

Same here. The error message I receive is: `Could not find file 'C:\home\site\wwwroot\cs'.` My company's DevOps pipeline publishes the entire solution as well (we are working on changing that), so...