Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 551 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 551 Bytes

Welcome to Codestellation.AspNetCore.Logging

ASP.NET Core 2 logging middleware

Build Status Nuget Package

How to build

# build
dotnet build ./src -c=release

# running tests
dotnet test ./src/AspNetCore.Logging.Tests

# pack
dotnet pack ./src -c=release