MSBuild.StructuredLogger 2.3.45

dotnet add package MSBuild.StructuredLogger --version 2.3.45
                    
NuGet\Install-Package MSBuild.StructuredLogger -Version 2.3.45
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MSBuild.StructuredLogger" Version="2.3.45" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MSBuild.StructuredLogger" Version="2.3.45" />
                    
Directory.Packages.props
<PackageReference Include="MSBuild.StructuredLogger" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MSBuild.StructuredLogger --version 2.3.45
                    
#r "nuget: MSBuild.StructuredLogger, 2.3.45"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package MSBuild.StructuredLogger@2.3.45
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MSBuild.StructuredLogger&version=2.3.45
                    
Install as a Cake Addin
#tool nuget:?package=MSBuild.StructuredLogger&version=2.3.45
                    
Install as a Cake Tool

An MSBuild logger that can be passed to MSBuild to record a detailed structured log file. See usage example at: https://github.com/KirillOsenkov/MSBuildStructuredLog/blob/main/README.md#usage

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on MSBuild.StructuredLogger:

Package Downloads
Buildalyzer

A little utility to perform design-time builds of .NET projects without having to think too hard about it. Should work with any project type on any .NET runtime.

Fake.DotNet.MSBuild

FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#.

Cake.Frosting.Issues.MsBuild

The MsBuild support for the Cake.Issues addin for Cake allows you to read issues logged as warnings in a MsBuild log. This addin provides the aliases for reading MsBuild warnings and providing them to the Cake.Issues addin. It also requires the core Cake.Issues addin. There are also additional addins for generating reports or posting issues to pull requests. See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. NOTE: This is the version of the addin compatible with Cake Frosting. For addin compatible with Cake Script Runners see Cake.Issues.MsBuild.

Basic.CompilerLog.Util

Package Description

BinaryDataDecoders.CodeAnalysis.StructuredLog

Package Description

GitHub repositories (19)

Showing the top 19 popular GitHub repositories that depend on MSBuild.StructuredLogger:

Repository Stars
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
mathnet/mathnet-numerics
Math.NET Numerics
opentk/opentk
The Open Toolkit library is a fast, low-level C# wrapper for OpenGL, OpenAL & OpenCL. It also includes windowing, mouse, keyboard and joystick input and a robust and fast math library, giving you everything you need to write your own renderer or game engine. OpenTK can be used standalone or inside a GUI on Windows, Linux, Mac.
dotnet/sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
dotnet/macios
.NET for iOS, Mac Catalyst, macOS, and tvOS provide open-source bindings of the Apple SDKs for use with .NET managed languages such as C#
dotnet/android
.NET for Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C#
KirillOsenkov/SourceBrowser
Source browser website generator that powers https://source.dot.net, https://referencesource.microsoft.com and https://sourceroslyn.io
microsoft/testfx
This repository holds the source code of Microsoft.Testing.Platform (MTP), a lightweight alternative to VSTest, as well as MSTest adapter and framework.
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
moq/labs
The most popular and friendly mocking framework for .NET
Buildalyzer/Buildalyzer
A utility to perform design-time builds of .NET projects without having to think too hard about it.
SonarSource/sonar-scanner-msbuild
SonarScanner for .NET
devlooped/nugetizer
A simple to understand packing model for authoring NuGet packages
devlooped/avatar
A modern compile-time generated interception/proxy library
KirillOsenkov/CodeCleanupTools
A set of command-line tools to cleanup C# and VB source code.
X-Sharp/XSharpPublic
Public repository for the source code for the XSharp Compiler, Runtime, Project System and Tools.
teo-tsirpanis/Farkle
LALR parser combinators for C# and F#.
Version Downloads Last Updated
2.3.45 14,183 8/14/2025
2.3.17 35,194 7/3/2025
2.2.472 45,077 3/17/2025
2.2.441 25,070 2/12/2025
2.2.386 293,944 11/8/2024
2.2.384 714 11/7/2024
2.2.383 1,419 11/4/2024
2.2.374 9,983 10/27/2024
2.2.356 29,050 10/9/2024
2.2.350 75,903 9/19/2024
2.2.337 5,692 9/4/2024
2.2.317 2,940 8/28/2024
2.2.291 12,209 7/26/2024
2.2.243 124,011 5/17/2024
2.2.240 104,566 5/5/2024
2.2.235 108,574 4/18/2024
2.2.206 104,460 2/9/2024
2.2.169 8,989 1/21/2024
2.2.158 733,959 1/10/2024
2.2.149 6,307 12/19/2023
2.2.100 43,572 11/27/2023
2.2.2 9,516 11/9/2023
2.1.858 94,420 9/6/2023
2.1.846 5,944 8/27/2023
2.1.844 14,947 7/26/2023
2.1.820 21,566 5/8/2023
2.1.815 376,662 4/22/2023
2.1.814 903 4/21/2023
2.1.790 44,114 3/14/2023
2.1.787 20,891 2/27/2023
2.1.784 874 2/27/2023
2.1.768 36,056 1/28/2023
2.1.758 57,474 12/20/2022
2.1.746 4,824 12/8/2022
2.1.745 5,217 11/27/2022
2.1.669 203,209 5/15/2022
2.1.630 154,722 2/3/2022
2.1.624 2,829 2/1/2022
2.1.617 2,257 1/31/2022
2.1.545 363,682 8/18/2021
2.1.507 708,162 6/6/2021
2.1.500 75,554 5/8/2021
2.1.488 4,336 5/4/2021
2.1.484 1,077 5/4/2021
2.1.472 2,254 4/29/2021
2.1.404 13,592 4/5/2021
2.1.397 2,628 4/1/2021
2.1.364 9,700 3/22/2021
2.1.303 36,092 1/20/2021
2.1.272 10,385 12/31/2020
2.1.215 56,045 10/29/2020
2.1.176 138,184 7/27/2020
2.1.174 1,314 7/27/2020
2.1.133 629,019 5/6/2020
2.1.117 21,758 4/20/2020
2.0.174 103,192 1/4/2020
2.0.152 73,137 11/6/2019
2.0.110 93,060 8/29/2019
2.0.94 109,772 4/27/2019
2.0.88 32,973 3/20/2019
2.0.68 54,742 1/24/2019
2.0.64 24,888 12/6/2018
2.0.61 205,355 12/2/2018
2.0.11 1,719,465 9/24/2018
2.0.4 9,566 9/11/2018
1.2.48 18,069 9/7/2018