Info
Version: | 1.5.0 |
Author(s): | Theodore Tsirpanis |
Last Update: | Monday, August 29, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/serilog-contrib/serilog-sinks-msbuild |
NuGet Url: | https://www.nuget.org/packages/Serilog.Sinks.MSBuild |
Install
Install-Package Serilog.Sinks.MSBuild
dotnet add package Serilog.Sinks.MSBuild
paket add Serilog.Sinks.MSBuild
Serilog.Sinks.MSBuild Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Serilog(>= 2.0.0)
- Microsoft.Build.Framework(>= 16.7.0)
- Microsoft.Build.Utilities.Core(>= 16.7.0)
- Serilog(>= 2.0.0)
- Microsoft.Build.Framework(>= 16.7.0)
- Microsoft.Build.Utilities.Core(>= 16.7.0)
- Serilog(>= 2.0.0)
Tags
It is useful when an MSBuild task calls code that uses Serilog.
Despite the package depending on MSBuild 16.8, it will work on versions after 15.
When using this package, MSBuild's assemblies are not copied, which is not a problem for custom task assemblies.