serilog-aspnetcore icon indicating copy to clipboard operation
serilog-aspnetcore copied to clipboard

Serilog integration for ASP.NET Core

Results 38 serilog-aspnetcore issues
Sort by recently updated
recently updated
newest added

**Description** When writing logs using the `ILogger` API from M.E.L.A v6.0.0, Serilog does not detect any log parameters. Works as expected after downgrading to v5.0.0 **Reproduction** Serilog configured with: ```...

investigation

I suggest to change `Elapsed` to `ElapsedMilliseconds` by the following reasons: 1. In case of using structured logging, you need to look into message to understand the value is specified...

enhancement

Hello, Serilog community. Firstly, thank you for the great library! **Description** I am trying out Asp.Net on Net 5 Preview 7 so I have created 2 web API projects one...

enhancement
up-for-grabs

**Is your feature request related to a problem? Please describe.** I use Serilog.AspNetCore in my .Net Core projects, but would like the most recent release of the [Serilog](https://www.nuget.org/packages/Serilog/2.11.0) package, without...

enhancement

To improve development/debugging experience

**Description** Unable to start web host when running in .net 5 in a docker container. _Detailed error:_ [06:48:15 INF] Starting web host [06:48:15 FTL] Host terminated unexpectedly System.IO.FileNotFoundException: Could not...

bug

Where the docs about properties? I totally have no idea

enhancement

**Description** When I have Serilog configured on my Program.cs and if I run more than one test that uses WebApplicationFactory I get an exception thrown `System.InvalidOperationException : The entry point...

discussion

**Description** Whenever I try to publish a single executable from from Visual studio exception is being thrown. **Reproduction** create any empty asp.net core minimal API project ant reference this package,...

bug