Ahmad Atighechi
Results
2
comments of
Ahmad Atighechi
In my case the issue was virtual disk limit I had to go and increase that in docker 
I used this workaround in .net core to keep my Serilog sinks on latest version Created a new Interface `IQuickbooksLogger` ``` public interface IQuickbooksLogger: Serilog.ILogger { } ``` Implement it...