-
I love the general intent behind `BatchingLogger` and `BatchingLoggerProvider` but they suffer from some of the same problems as the stock `ConsoleLogger` in that the actual message is created within …
-
Repro: have log file that is larger than size limit; configure to roll on size limit, not on interval and not on process run; create logger. Result: infinite loop, because RollingFileSink.MustRoll ret…
-
-
**Describe your suggestion**
Perhaps the README that has been updated could clarify something for everyone (especially me). The section that eludes me is [here](https://github.com/serilog-contrib/se…
-
Excel-DNA's [Diagnostic Logging](https://github.com/Excel-DNA/ExcelDna/wiki/Diagnostic-Logging) feature allows the developer to configure a `TraceListener` that will be used by Excel-DNA to write diag…
-
I'm trying to use docker compose to connect my ASPNET Core web app to a MSSQL container. This should be something relatively easy, but I always end with connection error from SqlServer like: `Applicat…
-
I am using Rebus with SQL Server backing, to send SignalR messages from the server to the client.
```
services.AddSignalR()
.AddRebusBackplane();
var conn = configura…
-
Looking at the repository's source code, it appears that the way exceptions are logged when `ShouldLogUnhandledException` is set to true is basically hardcoded. I would like to be able to define an in…
-
**.NET Core Version: (e.g. 3.0 Preview1, or daily build number, use `dotnet --info`)**
Docker image [mcr.microsoft.com/dotnet/sdk:3.1](https://hub.docker.com/_/microsoft-dotnet-sdk))
**Windows ver…
-
Will there be any support for Avalonia in the near future?