Microsoft.Extensions.Logging.Debug 2.2.0-preview1-35029

Prefix Reserved
Additional Details

This package has been deprecated as part of the .NET Package Deprecation effort. You can learn more about it from https://github.com/dotnet/announcements/issues/217

This is a prerelease version of Microsoft.Extensions.Logging.Debug.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Extensions.Logging.Debug --version 2.2.0-preview1-35029
                    
NuGet\Install-Package Microsoft.Extensions.Logging.Debug -Version 2.2.0-preview1-35029
                    
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="Microsoft.Extensions.Logging.Debug" Version="2.2.0-preview1-35029" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Extensions.Logging.Debug" Version="2.2.0-preview1-35029" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Extensions.Logging.Debug" />
                    
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 Microsoft.Extensions.Logging.Debug --version 2.2.0-preview1-35029
                    
#r "nuget: Microsoft.Extensions.Logging.Debug, 2.2.0-preview1-35029"
                    
#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.
#addin nuget:?package=Microsoft.Extensions.Logging.Debug&version=2.2.0-preview1-35029&prerelease
                    
Install Microsoft.Extensions.Logging.Debug as a Cake Addin
#tool nuget:?package=Microsoft.Extensions.Logging.Debug&version=2.2.0-preview1-35029&prerelease
                    
Install Microsoft.Extensions.Logging.Debug as a Cake Tool

Debug output logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a debugger monitor by writing messages with System.Diagnostics.Debug.WriteLine().
This package was built from the source at:
https://github.com/aspnet/Logging/tree/bdd33cdcfd6345c01f820ae0726c49b2c3bc4939

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 was computed.  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. 
.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 (648)

Showing the top 5 NuGet packages that depend on Microsoft.Extensions.Logging.Debug:

Package Downloads
Microsoft.Extensions.Hosting

Hosting and startup infrastructures for applications.

Microsoft.AspNetCore.Hosting

ASP.NET Core hosting infrastructure and startup logic for web applications.

Microsoft.AspNetCore

Microsoft.AspNetCore

Microsoft.AspNetCore.App

Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Microsoft.AspNetCore.All

Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

GitHub repositories (424)

Showing the top 20 popular GitHub repositories that depend on Microsoft.Extensions.Logging.Debug:

Repository Stars
DevToys-app/DevToys
A Swiss Army knife for developers.
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
chocolatey/choco
Chocolatey - the package manager for Windows
unoplatform/uno
Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
JeffreySu/WeiXinMPSDK
微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
ThreeMammals/Ocelot
.NET API Gateway
dotnet/eShop
A reference .NET application implementing an eCommerce site
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
louthy/language-ext
C# pure functional programming framework - come and get declarative!
microsoft/FASTER
Fast persistent recoverable log and key-value store + cache, in C# and C++.
ScottPlot/ScottPlot
Interactive plotting library for .NET
aspnet/Mvc
[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
anjoy8/Blog.Core
💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
jasontaylordev/NorthwindTraders
Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
mono/SkiaSharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
umbraco/Umbraco-CMS
Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
immense/Remotely
A remote control and remote scripting solution, built with .NET 8, Blazor, and SignalR.
Version Downloads Last updated
10.0.0-preview.3.25171.5 13,067 4/10/2025
10.0.0-preview.2.25163.2 12,035 3/18/2025
10.0.0-preview.1.25080.5 12,454 2/25/2025
9.0.4 1,811,415 4/8/2025
9.0.3 2,626,004 3/11/2025
9.0.2 3,681,743 2/11/2025
9.0.1 3,782,609 1/14/2025
9.0.0 9,723,628 11/12/2024
9.0.0-rc.2.24473.5 114,093 10/8/2024
9.0.0-rc.1.24431.7 84,327 9/10/2024
9.0.0-preview.7.24405.7 42,728 8/13/2024
9.0.0-preview.6.24327.7 45,412 7/9/2024
9.0.0-preview.5.24306.7 30,054 6/11/2024
9.0.0-preview.4.24266.19 27,818 5/21/2024
9.0.0-preview.3.24172.9 111,410 4/11/2024
9.0.0-preview.2.24128.5 31,877 3/12/2024
9.0.0-preview.1.24080.9 57,153 2/13/2024
8.0.1 33,820,236 10/8/2024
8.0.0 102,434,665 11/14/2023
8.0.0-rc.2.23479.6 179,714 10/10/2023
8.0.0-rc.1.23419.4 139,744 9/12/2023
8.0.0-preview.7.23375.6 60,268 8/8/2023
8.0.0-preview.6.23329.7 77,784 7/11/2023
8.0.0-preview.5.23280.8 61,934 6/13/2023
8.0.0-preview.4.23259.5 284,298 5/16/2023
8.0.0-preview.3.23174.8 109,571 4/11/2023
8.0.0-preview.2.23128.3 33,018 3/14/2023
8.0.0-preview.1.23110.8 93,530 2/21/2023
7.0.0 77,541,047 11/7/2022
7.0.0-rc.2.22472.3 154,745 10/11/2022
7.0.0-rc.1.22426.10 86,938 9/14/2022
7.0.0-preview.7.22375.6 58,209 8/9/2022
7.0.0-preview.6.22324.4 48,529 7/12/2022
7.0.0-preview.5.22301.12 43,790 6/14/2022
7.0.0-preview.4.22229.4 51,370 5/10/2022
7.0.0-preview.3.22175.4 47,637 4/13/2022
7.0.0-preview.2.22152.2 15,039 3/14/2022
7.0.0-preview.1.22076.8 25,958 2/17/2022
6.0.1 94,804 11/12/2024
6.0.0 186,845,603 11/8/2021
6.0.0-rc.2.21480.5 376,500 10/12/2021
6.0.0-rc.1.21451.13 264,807 9/14/2021
6.0.0-preview.7.21377.19 130,341 8/10/2021
6.0.0-preview.6.21352.12 46,098 7/14/2021
6.0.0-preview.5.21301.5 30,306 6/15/2021
6.0.0-preview.4.21253.7 20,216 5/24/2021
6.0.0-preview.3.21201.4 37,284 4/8/2021
6.0.0-preview.2.21154.6 80,938 3/11/2021 6.0.0-preview.2.21154.6 is deprecated because it is no longer maintained.
6.0.0-preview.1.21102.12 36,846 2/12/2021 6.0.0-preview.1.21102.12 is deprecated because it is no longer maintained.
5.0.0 112,038,755 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.5 99,223 10/13/2020 5.0.0-rc.2.20475.5 is deprecated because it is no longer maintained.
5.0.0-rc.1.20451.14 48,480 9/14/2020 5.0.0-rc.1.20451.14 is deprecated because it is no longer maintained.
5.0.0-preview.8.20407.11 31,960 8/25/2020 5.0.0-preview.8.20407.11 is deprecated because it is no longer maintained.
5.0.0-preview.7.20364.11 34,726 7/21/2020 5.0.0-preview.7.20364.11 is deprecated because it is no longer maintained.
5.0.0-preview.6.20305.6 24,771 6/25/2020 5.0.0-preview.6.20305.6 is deprecated because it is no longer maintained.
5.0.0-preview.5.20278.1 12,535 6/10/2020 5.0.0-preview.5.20278.1 is deprecated because it is no longer maintained.
5.0.0-preview.4.20251.6 28,292 5/18/2020 5.0.0-preview.4.20251.6 is deprecated because it is no longer maintained.
5.0.0-preview.3.20215.2 15,973 4/23/2020 5.0.0-preview.3.20215.2 is deprecated because it is no longer maintained.
5.0.0-preview.2.20160.3 124,151 4/2/2020 5.0.0-preview.2.20160.3 is deprecated because it is no longer maintained.
5.0.0-preview.1.20120.4 27,714 3/16/2020 5.0.0-preview.1.20120.4 is deprecated because it is no longer maintained.
3.1.32 2,309,423 12/13/2022
3.1.31 558,412 11/8/2022
3.1.30 1,101,142 10/11/2022
3.1.29 334,217 9/13/2022
3.1.28 482,324 8/9/2022
3.1.27 349,678 7/12/2022
3.1.26 315,948 6/14/2022
3.1.25 437,252 5/10/2022
3.1.24 368,576 4/11/2022
3.1.23 778,602 3/8/2022
3.1.22 9,303,332 12/14/2021
3.1.21 1,616,876 11/7/2021
3.1.20 834,653 10/11/2021
3.1.19 858,824 9/14/2021
3.1.18 1,918,239 8/10/2021
3.1.17 1,331,320 7/13/2021
3.1.16 1,757,587 6/8/2021
3.1.15 2,476,412 5/11/2021
3.1.14 2,340,477 4/6/2021
3.1.13 2,468,777 3/9/2021
3.1.12 2,442,689 2/9/2021
3.1.11 2,698,916 1/12/2021
3.1.10 6,217,494 11/9/2020
3.1.9 8,266,238 10/13/2020
3.1.8 10,766,106 9/8/2020
3.1.7 7,102,028 8/11/2020
3.1.6 9,940,376 7/14/2020
3.1.5 11,193,722 6/9/2020
3.1.4 7,402,842 5/12/2020
3.1.3 11,725,058 3/24/2020
3.1.2 10,623,118 2/18/2020
3.1.1 9,922,351 1/14/2020
3.1.0 23,385,049 12/3/2019
3.1.0-preview3.19553.2 35,664 11/13/2019 3.1.0-preview3.19553.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19525.4 31,042 11/1/2019 3.1.0-preview2.19525.4 is deprecated because it is no longer maintained.
3.1.0-preview1.19506.1 925,164 10/15/2019 3.1.0-preview1.19506.1 is deprecated because it is no longer maintained.
3.0.3 261,737 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 739,439 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.1 1,366,927 11/18/2019 3.0.1 is deprecated because it is no longer maintained.
3.0.0 19,178,632 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19456.10 27,815 9/16/2019 3.0.0-rc1.19456.10 is deprecated because it is no longer maintained.
3.0.0-preview9.19423.4 49,856 9/4/2019 3.0.0-preview9.19423.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.4 84,752 8/13/2019 3.0.0-preview8.19405.4 is deprecated because it is no longer maintained.
3.0.0-preview7.19362.4 53,025 7/23/2019 3.0.0-preview7.19362.4 is deprecated because it is no longer maintained.
3.0.0-preview6.19304.6 59,543 6/12/2019 3.0.0-preview6.19304.6 is deprecated because it is no longer maintained.
3.0.0-preview5.19227.9 82,589 5/6/2019 3.0.0-preview5.19227.9 is deprecated because it is no longer maintained.
3.0.0-preview4.19216.2 11,308 4/18/2019 3.0.0-preview4.19216.2 is deprecated because it is no longer maintained.
3.0.0-preview3.19153.1 44,612 3/6/2019 3.0.0-preview3.19153.1 is deprecated because it is no longer maintained.
3.0.0-preview.19074.2 86,686 1/29/2019 3.0.0-preview.19074.2 is deprecated because it is no longer maintained.
3.0.0-preview.18572.1 3,324 12/4/2018 3.0.0-preview.18572.1 is deprecated because it is no longer maintained.
2.2.0 68,521,858 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 90,518 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 25,963 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 19,989 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 35,776,376 6/18/2018
2.1.0 8,460,997 5/29/2018
2.1.0-rc1-final 59,437 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 38,860 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 117,920 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.2 5,364,494 5/7/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 6,448,615 3/13/2018 2.0.1 is deprecated because it is no longer maintained.
2.0.0 26,815,784 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 88,083 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 53,199 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.2 2,464,597 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 2,279,003 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 1,106,929 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 12,288 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.2 1,373,502 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 492,097 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 2,980,140 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 71,160 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.
1.0.0-rc1-final 279,678 11/18/2015 1.0.0-rc1-final is deprecated because it is no longer maintained.