C. Augusto Proiete

Results 193 comments of C. Augusto Proiete

@virzak Merged. Sorry for the long delay

Hi @zappu9x, thanks for reporting this and for taking the time to submit PR #10. Could you please add here the steps to reproduce this crash, screenshot, error message (if...

+1 for integrating with the existing https://serilog.net/ website. Allowing devs to easily contribute to docs would be amazing! Have you looked at [DocFx](https://github.com/dotnet/docfx) yet? Could be a good option to...

Thanks @skomis-mm! I understand what you mean, and if it is indeed by design, then I think we should consider changing it. In my view, a call to `MinimumLevel.Override` by...

I just saw [this post on StackOverflow](https://stackoverflow.com/questions/62341787/how-can-i-override-serilog-levels-differently-for-different-sinks), and it seems the current behavior also affects sub-loggers: ```csharp var outputTemplate = "[{Level:u3}] {SourceContext}: {Message:lj}{NewLine}"; Log.Logger = new LoggerConfiguration() .MinimumLevel.Verbose() .WriteTo.File("all.log", outputTemplate:...

In the meantime, one workaround to detect these errors is to add the [SerilogAnalyzer](https://www.nuget.org/packages/SerilogAnalyzer/) package to the project. ![image](https://user-images.githubusercontent.com/177608/123910029-4305d980-d950-11eb-9f47-0328a7ffabc6.png)

@francotiveron Did you ever find a solution to that? I'm having the same issue trying to add `FSharp.Data` to SQL Server via `CREATE ASSEMBLY` ``` Msg 6503, Level 16, State...

Do not close. We experience this timeout at least a couple of times a month.

Hi @ashishdhingra, that has not been my experience so far. When `dotnet eb deploy-environment` fails for me, I cannot get it to work regardless of the network I'm using, for...

Hey @ashishdhingra, given that this timout only happens a couple of times a month it's not really possible to "predict" when it will happen (and then turn on Fiddler)... It's...