NuSpec.ReferenceGenerator by: Oren Novotny
  • 205 total downloads
  • Latest version: 2.0.0-beta-bld14
  • nuspec coreclr dnx nuget dependency dotnet uap netstandard refgen
Tool to auto-generate BCL package nuspec dependencies for CoreCLR projects
OneOf by: Harry McIntyre
  • 198 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.
OpenCover by: shaun wilde OpenCover
  • 701 total downloads
  • Latest version: 4.7.1221
  • Code-Coverage Reporting Testing TDD Utility
An open source code coverage tool (branch and sequence point) for all .NET Frameworks 2 and above (including Silverlight). Also capable of handling 32 and 64 bit processes. Use ReportGenerator for best viewing results (also available via Nuget).
OpenCoverToCoberturaConverter by: Daniel Palme
  • 11 total downloads
  • Latest version: 0.3.4
  • Code Coverage Reporting Testing
Converts OpenCover reports to Cobertura reports.
OpenPop.NET by: OpenPop
  • 152 total downloads
  • Latest version: 2.0.6.1120
  • POP3 Client TCP SSL MIME Parsing email
OpenPop.NET is an open source implementation of a POP3 client and a robust MIME parser written in C#. It allows developers easy access to email on a POP3 server in a matter of minutes. The project is backed by several hundred test cases and is therefore believed to be very robust. If you find a bug, please report this by sending an email to hpop-users@lists.sourceforge.net. POP3 Client Features - Easy to use POP3 client - Support for plain TCP or TLS/SSL connections - Authentication methods supported - - Plain - - APOP - - CRAM-MD5 (RFC 2195) - CAPA capabilities command supported (RFC 2449) MIME Parsing Features - Preserves the MIME email hierarchy - Easy access to different MediaType parts of the email - Headers are parsed into strong types and are easy to examine - Includes robust decoders for - - QuotedPrintable - - Base64 - - EncodedWord - - Continuation and encoding of header fields (RFC 2231) - Emails are fully persistable
Penneo.SDK by: Penneo
  • 605 total downloads
  • Latest version: 3.0.0-alpha7
  • Penneo sign signing digital
SDK for using Penneo in your own C# projects
PhotoSauce.MagicScaler by: PhotoSauce
  • 12 total downloads
  • Latest version: 0.5.0
  • Image Imaging Resize Resample Scale Resizing Resampling Scaling Resizer Resampler Scaler Fast Performance Quality Linear Web ASP.NET WIC JPEG PNG GIF TIFF
High-Quality, High-Performance image scaling library. Implements best-of-breed algorithms and linear light processing with speed and efficiency that can't be matched by GDI+.
PInvoke.BCrypt by: Andrew Arnott
  • 156 total downloads
  • Latest version: 0.6.49
P/Invoke methods for the Windows BCrypt.dll.
PInvoke.Kernel32 by: Andrew Arnott
  • 152 total downloads
  • Latest version: 0.6.49
P/Invoke methods for the Windows Kernel32.dll.
PInvoke.NCrypt by: Andrew Arnott
  • 112 total downloads
  • Latest version: 0.6.49
P/Invoke methods for the Windows NCrypt.dll.
PInvoke.Windows.Core by: Andrew Arnott
  • 153 total downloads
  • Latest version: 0.6.49
P/Invoke types for common Windows APIs.
Polly by: Michael Wolfenden App vNext
  • 251 total downloads
  • Latest version: 4.5.0-beta-netstandar-0001
  • Exception Handling Policy Retry Wait Circuit Breaker
Polly is a .NET 3.5 / 4.0 / 4.5 / PCL (Profile 259) / NET Standard 1.0 library that allows developers to express transient exception and fault handling policies such as Retry, Retry Forever, Wait and Retry or Circuit Breaker in a fluent manner.
Polly-Signed by: Michael Wolfenden App vNext
  • 264 total downloads
  • Latest version: 4.5.0-beta-netstandar-0001
  • Exception Handling Policy Retry Wait Circuit Breaker
Polly is a .NET 3.5 / 4.0 / 4.5 / PCL (Profile 259) / NET Standard 1.0 library that allows developers to express transient exception and fault handling policies such as Retry, Retry Forever, Wait and Retry or Circuit Breaker in a fluent manner.
PolySharp by: Sergio Pedri
  • 242 total downloads
  • Latest version: 1.15.0+02753db24d9685e54db06739eb63183d86eb5b62
  • 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
Portable.BouncyCastle by: BouncyCastle.Crypto
  • 13 total downloads
  • Latest version: 1.8.1.4
BouncyCastle portable version with support for .NET 4, .NET Standard 1.0-2.0, WP, Silverlight, MonoAndroid, Xamarin.iOS, .NET Core
Portable.ConcurrentDictionary by: Stef Heyenrath
  • 13 total downloads
  • Latest version: 1.0.4
  • Dictionary ConcurrentDictionary Collections System.Collections.Concurrent
This is a .NET Standard 1.0, .NET 2.0, .NET 3.5, Silverlight 5.0 and Windows Phone Silverlight 8.0 & 8.1 backport from System.Collections.Concurrent.ConcurrentDictionary as defined in .NET Core
protobuf-net by: Marc Gravell
  • 507 total downloads
  • Latest version: 2.4.9
  • binary serialization protobuf
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
Quartz by: Marko Lahma
  • 232 total downloads
  • Latest version: 2.6.2
Quartz.NET Scheduling Framework for .NET Platform
QuickGraph by: Jonathan "Peli" de Halleux
  • 13 total downloads
  • Latest version: 3.3.51106
Generic directed/undirected graph datastructures and algorithms. QuickGraph comes with algorithms such as depth first seach, breath first search, A* search, shortest path, k-shortest path, maximum flow, minimum spanning tree, least common ancestors, etc...
QuikGraph by: Alexandre Rabérin
  • 184 total downloads
  • Latest version: 2.5.0
  • QuickGraph QuikGraph Graph Structure Algorithm C# .NET
.NET library that provide mainly graphs structures and algorithms for C#. QuikGraph provides generic directed/undirected graph data structures and algorithms for .NET. It comes with algorithms such as depth first seach, breath first search, A* search, shortest path, k-shortest path, maximum flow, etc... This package is a version of the original QuickGraph renamed QuikGraph and ported to .NET Core. It should be seen as an alternative to the old frozen QuickGraph from CodePlex but with fixes. It does not include every sub modules of the original library such as F# stuff, adapters, etc. This build is only the Core of QuikGraph taking advantage of .NET Core. Supported platforms: - .NET Standard 1.3+ - .NET Core 1.0+ - .NET Framework 3.5+ Supports Source Link