NLog.Extensions.Hosting 1.5.0-rc1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of NLog.Extensions.Hosting.
There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package NLog.Extensions.Hosting --version 1.5.0-rc1
NuGet\Install-Package NLog.Extensions.Hosting -Version 1.5.0-rc1
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.Extensions.Hosting" Version="1.5.0-rc1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NLog.Extensions.Hosting --version 1.5.0-rc1
#r "nuget: NLog.Extensions.Hosting, 1.5.0-rc1"
#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.Extensions.Hosting as a Cake Addin
#addin nuget:?package=NLog.Extensions.Hosting&version=1.5.0-rc1&prerelease

// Install NLog.Extensions.Hosting as a Cake Tool
#tool nuget:?package=NLog.Extensions.Hosting&version=1.5.0-rc1&prerelease

NLog extension for Microsoft.Extensions.Hosting for usage in .NET Standard libraries and net core applications making use of the generic Host class introduced in netcore 2.1

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. 
.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 (7)

Showing the top 5 NuGet packages that depend on NLog.Extensions.Hosting:

Package Downloads
Tsukiy0.Extensions.Logging.NLog

Package Description

Nuuvify.CommonPack.NLog

Implementação de Log customizado com NLog e ILogger

Sze.Base.Core

Package Description

ZhongzhouShaonian.Updater

提供软件更新程序的基础调用

imL.Frotcom.Hosting.Core

Not so free tools.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on NLog.Extensions.Hosting:

Repository Stars
NLog/NLog
NLog - Advanced and Structured Logging for Various .NET Platforms
Version Downloads Last updated
5.3.8 30,494 12/29/2023
5.3.7 19,571 12/6/2023
5.3.5 34,874 10/15/2023
5.3.4 26,406 9/6/2023
5.3.3 24,638 8/5/2023
5.3.2 40,708 7/4/2023
5.3.1 2,474 7/1/2023
5.3.0 44,357 5/30/2023
5.2.5 1,668 5/25/2023
5.2.3 36,434 3/28/2023
5.2.2 44,571 2/17/2023
5.2.1 52,674 12/29/2022
5.2.0 33,812 11/27/2022
5.1.0 54,549 10/25/2022
5.0.4 44,983 9/1/2022
5.0.3 1,349 8/31/2022
5.0.2 20,514 8/12/2022
5.0.1 36,745 6/23/2022
5.0.0 39,979 5/17/2022
1.7.5 13,391 6/4/2022
1.7.4 240,685 8/25/2021
1.7.3 77,868 6/15/2021
1.7.2 86,465 3/26/2021
1.7.1 28,879 2/26/2021
1.7.0 44,569 12/29/2020
1.6.5 49,853 8/27/2020
1.6.4 47,010 5/20/2020
1.6.3 1,525 5/11/2020
1.6.2 40,849 3/16/2020
1.6.1 52,608 10/19/2019
1.6.0 3,454 10/7/2019
1.5.4 11,010 9/6/2019
1.5.3 2,251 8/28/2019
1.5.2 12,740 7/14/2019
1.5.1 5,255 6/5/2019
1.5.0 4,483 4/30/2019
1.4.0 25,292 1/16/2019
1.3.0 31,952 9/22/2018
1.2.1 5,932 9/2/2018

- ${configsetting} layout renderer now uses IHostBuilder.Configuration
- NLogLoggerProvider options now binds to IHostBuilder.Configuration (Using section Logging:NLog)