Rafael Sliveira Cordeiro
Rafael Sliveira Cordeiro
I have a pending PR that fixes this. _Some double-check are still present to avoid the allocation like said before._ But for all other cases, the double-check is not present....
Related - https://github.com/serilog/serilog/issues/1455
De nada
Yes. I just solved the Merge Conflicts.
C# 9 Solve these errors. And looks like your build system is using on C#8. Open the project in VS will compile normally. I don't have experience with GitHub action...
@ardalis Sorry I only had the opportunity to fix the conflicts this week. The Build is failing look like by some error in the build pipeline.
I will be solving this conflits tomorrow
Conflits Solved
JSON schema is merged to SchemaStore, and Visual Studio and VSCode should start validating and auto-completing the schema for Serilog.
This error happens in more situations: - When piping out the console output to another _console.in._ Exs: ```cmd mycode.exe > textoutput.txt ``` ```cmd mycode.exe | more ``` - When running...