Skip to content

alexsrdev/serilog.mssqlsink.test

Repository files navigation

# Use Visual Studio (not Visual Studio Code) to replicate issue

# Dotnet CLI tool may require to install the following tool: 
dotnet tool install --global dotnet-ef

# Create Docker DB if needed
docker build -t db .
docker run --name mssql -d -p 1433:1433 db

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published