OneOf by: Harry McIntyre
  • 86 total downloads
  • Latest version: 3.0.271
  • discriminated unions, return type, match switch
F# style discriminated unions for C#, using a custom type OneOf<T0, ... Tn> which holds a single value and has a .Match(...) method on it for exhaustive matching. Simple but powerful.
Open-XML-SDK by: Microsoft
  • 21 total downloads
  • Latest version: 2.9.1
  • openxml office
The Open XML SDK provides tools for working with Office Word, Excel, and PowerPoint documents. It supports scenarios such as: - High-performance generation of word-processing documents, spreadsheets, and presentations. - Populating content in Word files from an XML data source. - Splitting up (shredding) a Word or PowerPoint file into multiple files, and combining multiple Word/PowerPoint files into a single file. - Extraction of data from Excel documents. - Searching and replacing content in Word/PowerPoint using regular expressions. - Updating cached data and embedded spreadsheets for charts in Word/PowerPoint. - Document modification, such as removing tracked revisions or removing unacceptable content from documents.
OpenMcdf by: ironfede
  • 37 total downloads
  • Latest version: 2.4.1
  • Compound file, c#, structured storage
OpenMcdf is a 100% .net / C# component that allows developers to manipulate Microsoft Compound Document File Format for OLE structured storage. It supports read/write operations on streams and storages and traversal of structures tree.
OpenTelemetry.Api by: OpenTelemetry authors
  • 5 total downloads
  • Latest version: 0.2.0-alpha.275
  • Tracing OpenTelemetry Management Monitoring
OpenTelemetry .NET instrumentation API
Owin by: OWIN startup components contributors
  • 1 total downloads
  • Latest version: 1.0.0
  • OWIN
OWIN IAppBuilder startup interface
PCLCrypto by: Andrew Arnott
  • 22 total downloads
  • Latest version: 2.1.32-alpha
  • crypto security cryptography portable pcl winrt android ios xamarin monoandroid monodroid monotouch
PCL Crypto provides a consistent, portable set of crypto APIs for .NET 4.5, Windows Phone 8.0 SL & 8.1 Xaml, Windows Store, Xamarin.iOS, Xamarin.Android. This makes it easier to create cross-platform .NET libraries and apps. Crypto functionality includes asymmetric and symmetric encryption and signatures, and key derivation. PCLCrypto calls into each native platform's crypto API for maximum performance. For RSA operations this produces a 2-100X improvement in performance on Android and iOS over using the standard RSACryptoServiceProvider API.
PCLStorage by: Daniel Plaisted
  • 25 total downloads
  • Latest version: 1.0.2
  • io storage file portable pcl winrt android ios xamarin monoandroid monodroid monotouch
PCL Storage provides a consistent, portable set of local file IO APIs for .NET, Windows Phone, Windows Store, Xamarin.iOS, Xamarin.Android, and Silverlight. This makes it easier to create cross-platform .NET libraries and apps.
PeanutButter.INI by: Davyd McColl
  • 409 total downloads
  • Latest version: 1.2.209
A basic INI file reader/writer class
PInvoke.BCrypt by: Andrew Arnott
  • 47 total downloads
  • Latest version: 0.7.124
P/Invoke methods for the Windows BCrypt.dll.
PInvoke.Kernel32 by: Andrew Arnott
  • 53 total downloads
  • Latest version: 0.7.124
P/Invoke methods for the Windows Kernel32.dll.
PInvoke.NCrypt by: Andrew Arnott
  • 48 total downloads
  • Latest version: 0.7.124
P/Invoke methods for the Windows NCrypt.dll.
PInvoke.Windows.Core by: Andrew Arnott
  • 31 total downloads
  • Latest version: 0.7.124
P/Invoke types for common Windows APIs.
PolySharp by: Sergio Pedri
  • 46 total downloads
  • Latest version: 1.16.0+99a4dcece8e10c8bedf0871ac4cdb8650f2b649a
  • dotnet net netcore netstandard csharp library generator polyfill roslyn
PolySharp provides generated, source-only polyfills for C# language features, to easily use all runtime-agnostic features downlevel
popper.js by: FezVrasta
  • 47 total downloads
  • Latest version: 1.16.1
A kickass library to manage your poppers
Portable.BouncyCastle by: Claire Novotny
  • 34 total downloads
  • Latest version: 1.9.0
  • bouncycastle cryptography encryption security
BouncyCastle portable version with support for .NET 4, .NET Standard 2.0
ProjectStudio.Content by: ProjectStudio.Content
  • 25 total downloads
  • Latest version: 1.0.39
Package Description
PropertyChanged.Fody by: Simon Cropp
  • 171 total downloads
  • Latest version: 4.1.0
  • Xaml, MVVM, INotifyPropertyChanged, DataBinding, ILWeaving, Cecil
Add property notification to all classes that implement INotifyPropertyChanged.
PropertyTools by: PropertyTools
  • 10 total downloads
  • Latest version: 3.1.0
Package Description
protobuf-net by: Marc Gravell
  • 128 total downloads
  • Latest version: 3.3.0
  • binary serialization protobuf
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
protobuf-net.Core by: Marc Gravell
  • 14 total downloads
  • Latest version: 3.4.29
  • binary serialization protobuf
The protobuf-net serialization engine and build-time tooling; most projects should reference protobuf-net, which adds the runtime type model