serilog-mssql / serilog-sinks-mssqlserver

A Serilog sink that writes events to Microsoft SQL Server and Azure SQL
Apache License 2.0
283 stars 148 forks source link

Project does not build #351

Closed civiladmin closed 3 years ago

civiladmin commented 3 years ago

Hello

I am developing a vscode web api project. I use Serilog.Sinks.MSSqlServer for logging. I made all the adjustments, then when I open the cli and say dotnet watch run, it says 'Building...' and the project does not open. When I do the same process on Visual Studio, it works, I couldn't understand why it was like that.

Net 5.0

 <PackageReference Include="Serilog.Sinks.MSSqlServer" Version="5.6.0" />
 <PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3" />
bayramerenn commented 3 years ago

You can close the topic

ckadluba commented 3 years ago

I had no time yet to look into this. @civiladmin is this problem still happening? If not, can you please tell us what caused it? This might help others.

bayramerenn commented 3 years ago

the solution is here link