trenoncourt / serilog-enrichers-aspnetcore-httpcontext

Enriches Serilog events with Aspnetcore HttpContext.
MIT License
38 stars 17 forks source link

Update AspnetcoreHttpcontextEnricher.cs #2

Closed lukasz-szydlowski closed 6 years ago

lukasz-szydlowski commented 6 years ago

fix for the request body not beeing able to process corectly in the HTTP POST actions ( [FromBody] action models were always null)

trenoncourt commented 6 years ago

Hi luka,

Thanks for your contrib !