Serilog is a powerful and flexible logging library for .NET applications. It provides a variety of sinks that allow you to send log messages to different destinations, such as files, databases, and ...
When I delete Serilog.Sinks.MSSqlServer my project works fine and I have a correct database connection As soon as I am adding Serilog.Sinks.MSSqlServer my project does not work even without using ...