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 ![image](https://github.com/microsoft/mssql-docker/assets/96102218/75debb91-5045-4fd1-8894-6af50af3b075)

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...