defee.Common.Logging.Core 4.0.0-alpha

This is a prerelease version of defee.Common.Logging.Core.
dotnet add package defee.Common.Logging.Core --version 4.0.0-alpha
NuGet\Install-Package defee.Common.Logging.Core -Version 4.0.0-alpha
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="defee.Common.Logging.Core" Version="4.0.0-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add defee.Common.Logging.Core --version 4.0.0-alpha
#r "nuget: defee.Common.Logging.Core, 4.0.0-alpha"
#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 defee.Common.Logging.Core as a Cake Addin
#addin nuget:?package=defee.Common.Logging.Core&version=4.0.0-alpha&prerelease

// Install defee.Common.Logging.Core as a Cake Tool
#tool nuget:?package=defee.Common.Logging.Core&version=4.0.0-alpha&prerelease

NOTE: IT IS UNOFFICIAL RELEASE. IT WILL BE DELISTED WHEN OFFICIAL RELEASE GOES OUT.
     Common.Logging.Core contains the portable (PCL) implementation of the Common.Logging low-level abstractions common to all other Common.Logging packages.

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 net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  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.
  • .NETFramework 4.0

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on defee.Common.Logging.Core:

Package Downloads
defee.Common.Logging.NLog45

NOTE: IT IS UNOFFICIAL RELEASE. IT WILL BE DELISTED WHEN OFFICIAL RELEASE GOES OUT. Common.Logging library bindings for NLog logging framework

defee.Common.Logging

NOTE: IT IS UNOFFICIAL RELEASE. IT WILL BE DELISTED WHEN OFFICIAL RELEASE GOES OUT. Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.0-alpha 10,245 6/27/2019

It is experemental package that is unofficial. Please see issue here: https://github.com/net-commons/common-logging/issues/148  for more info.
     It is including some breaking changes:
     - It dropped the support for the netstandard 1.0 now it supports only net40/net45 for some libraries and netstandard2.0.
     It is done because some missing apis were migrated to crossplatform versions
     - I think it is also in plans to drop support for the net45 and fully move to the netstandard libraries metapackage (It will be decided when official release will be ready)
     - I don't know if entlib will be supported in future and it is not supported by this assembly.