Nathanael Marchand

Results 23 comments of Nathanael Marchand

Ok, meanwhile, I've fixed the github action build. 1. will add it back 2. okay, will try another naming 3. agreed For the module initializer thing, I tried it but...

As agreed yesterday, I made some changes : added back the redis action, changed and moved the assemblies to a path without "Client" I've also fixed a %CD% that was...

Hi there! I've pushed a new version of my code with some updates. I still have trouble for adding sqlexception handler as default and no idea on how to fix.

When adding `AddRequestHeadersLogEnricher()`, an enricher is registered and then all the logs in the scope of the incoming http request will get the headers of the incoming request as tags,...

>If log data you shared came from HttpClientLogger - that means that it contains data about an outgoing call only. That's not totally true. I've pinpointed the problem: ``` builder.Services...

If I had a magic wand, as I want to have both information, I'd make it on different prefix : http.request.* for incoming request attributes http_client.* or http.outgoing_request.* or something...

>Do you really need User-Agent to be added to all these logs (even coming from Microsoft.AspNetCore.Routing.EndpointMiddleware category)? Yes, it's what we find really interesting with enrichment: we have some headers...

Hello there ! Is there anything I can do to help you about this MR ? :)

The code above was tested on LinqPad with dotnet 7 but we also have issues with our apps running on dotnet 6

Hi! Why would you consider such an upgrade? Dotnet8 is the current LTS framework and upgrading to net9 without net8 support means that a lot of us cannot upgrade. Remember,...