Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dahall/vanara.compatibility
Compatibility packs for .NET exposing Windows specific functionality.
https://github.com/dahall/vanara.compatibility
Last synced: 9 days ago
JSON representation
Compatibility packs for .NET exposing Windows specific functionality.
- Host: GitHub
- URL: https://github.com/dahall/vanara.compatibility
- Owner: dahall
- License: mit
- Created: 2018-12-07T17:35:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-21T23:49:52.000Z (over 5 years ago)
- Last Synced: 2024-10-05T15:40:45.771Z (3 months ago)
- Language: C#
- Size: 40 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://img.shields.io/nuget/v/Vanara.Compatibility.EventLog.svg?style=flat-square)](https://www.nuget.org/packages/Vanara.Compatibility.EventLog) [![Downloads](https://img.shields.io/nuget/dt/Vanara.Compatibility.EventLog.svg?style=flat-square)](https://www.nuget.org/packages/Vanara.Compatibility.EventLog/)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.