dahall / Vanara.Compatibility

Compatibility packs for .NET exposing Windows specific functionality.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vanara.Compatibility

Compatibility packs for .NET exposing Windows specific functionality. Since there are numerous projects doing this for .NET Standard and .NET Core, these libraries focus on bringing parity to older .NET versions still in use (2.0, 3.5 and 4.0). In cases where there isn't a well-known or Microsoft sponsored compatibility library for Core or Standard, those will be included too.

Installation

Each project's assemblies are available via NuGet. Find a link to the NuGet page under each project's heading.

Vanara.Compatibility.EventLog

NuGet Downloads

Provides .NET 2.0 and .NET Standard 2.0 classes for the System.Diagnostics.Eventing.Reader namespace related to reading events from the Windows Event Log. These classes were introduced into the standard library in .NET 3.5.

About

Compatibility packs for .NET exposing Windows specific functionality.

License:MIT License


Languages

Language:C# 100.0%