serilog-formatting-compact-reader
serilog-formatting-compact-reader copied to clipboard
A reader for Serilog's compact JSON format
First quick and dirty attempt to migrate from `Newtonsoft.Json` to `System.Text.Json` See #22 and https://github.com/datalust/seq-api/issues/125 @nblumhardt WARNING: this PR is for your reference only: please review it carefully!!!! All the...
Closes #24
Hi, I'm trying to use this in a web api, however, the tryRead is a synchronous action and is causing the application to throw an exception. Do you recommend enabling...
Current package 1.0.3 requires only Newtonsoft.Json 9.0.0.0 signed assembly; otherwise binding redirect should be made, which sometimes is undesirable.
From .NET 7, a new [`ReadLineAsync`](https://learn.microsoft.com/en-us/dotnet/api/system.io.streamreader.readlineasync?view=net-7.0#system-io-streamreader-readlineasync(system-threading-cancellationtoken)) method has been available, which has a `CancellationToken` as a parameter. This PR was created to support this newer overload.