NLog.Windows.Forms 5.0.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET 6.0 .NET Core 3.1 .NET Framework 3.5
dotnet add package NLog.Windows.Forms --version 5.0.0
NuGet\Install-Package NLog.Windows.Forms -Version 5.0.0
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="NLog.Windows.Forms" Version="5.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NLog.Windows.Forms --version 5.0.0
#r "nuget: NLog.Windows.Forms, 5.0.0"
#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.
// Install NLog.Windows.Forms as a Cake Addin
#addin nuget:?package=NLog.Windows.Forms&version=5.0.0

// Install NLog.Windows.Forms as a Cake Tool
#tool nuget:?package=NLog.Windows.Forms&version=5.0.0

Extend NLog with targets for Windows Forms applications. For example: writing to a richtextbox or raising alert popups.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net6.0-windows7.0 net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows net7.0-windows7.0
.NET Core netcoreapp3.1
.NET Framework net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

  • .NETFramework 3.5

  • net6.0-windows7.0

NuGet packages (1)

Showing the top 1 NuGet packages that depend on NLog.Windows.Forms:

Package Downloads
NextPlatform.Core.Winform

Next Core Winform Library

GitHub repositories (6)

Showing the top 5 popular GitHub repositories that depend on NLog.Windows.Forms:

Repository Stars
NLog/NLog
NLog - Advanced and Structured Logging for Various .NET Platforms
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
TV-Rename/tvrename
Organise your TV videos with ease
void-stack/Orcus-1.9.1-src
Full Orcus 1.9.1 Source Code
redscientistlabs/RTCV
Real-Time Corruptor, Vanguard, CorruptCore, NetCore2 https://redscientist.com/rtc
Version Downloads Last updated
5.0.0 3,795 11/20/2022
4.6.0 10,997 5/22/2022
4.5.0 22,811 8/25/2021
4.4.0 9,239 3/29/2021
4.3.0 77,270 6/17/2019
4.2.3 189,626 6/1/2016
4.2.2 8,219 4/19/2016
4.2.1 3,421 12/29/2015
4.2.0 1,429 12/28/2015
4.1.0 2,068 12/11/2015
4.0.0 7,871 10/22/2015
2.1.1 2,564 9/14/2015
2.1.0 1,522 9/5/2015
2.0.0 4,395 6/11/2015
1.0.13 13,240 1/27/2015
1.0.12 1,361 1/27/2015

- Updated to NLog 5.0.5 (@snakefoot)
- Replaced net5.0-windows with net6.0-windows (@304NotModified)
- Fix crash SelectionLength + support links on all platforms (@304NotModified)
- Changed to typed Layout-properties (@Fr33dan)

Remember to register NLog.Windows.Forms in NLog.config

<extensions>
   <add assembly="NLog.Windows.Forms" />
</extensions>