NUnit.Extension.TeamCityEventListener by: jetbrains, teamcity, Charlie Poole, Nikolay Pianikov
  • 9 total downloads
  • Latest version: 1.0.10
  • nunit test testing tdd runner
This extension sends specially formatted messages about test progress to TeamCity as each test executes, allowing TeamCity to monitor progress.
NUnit.Extension.VSProjectLoader by: Charlie Poole
  • 12 total downloads
  • Latest version: 3.9.0
  • nunit test testing tdd runner
This extension allows NUnit to recognize and load solutions and projects in Visual Studio format. It supports files of type .sln, .csproj, .vbproj, .vjsproj, .vcproj and .fsproj.
NUnit.Runners by: Charlie Poole
  • 32 total downloads
  • Latest version: 3.12.0
  • nunit test testing tdd runner
This package is now obsolete and has been replaced by the NUnit.Console package. It includes the nunit3-console runner and test engine for version 3 of the NUnit unit-testing framework. The following extensions are included with this package: * NUnitProjectLoader - loads tests from NUnit projects * VSProjectLoader - loads tests from Visual Studio projects * NUnitV2ResultWriter - saves results in NUnit V2 format. * NUnitV2FrameworkDriver - runs NUnit V2 tests. * TeamCityEventListener - supports special progress messages used by teamcity. Other extensions, if needed, must be installed separately.
NUnit3TestAdapter by: Charlie Poole
  • 29 total downloads
  • Latest version: 3.7.0
  • test visualstudio testadapter nunit nunit3
A package including the NUnit 3 TestAdapter for Visual Studio 2012 onwards. With this package you don't need to install the VSIX adapter package, and you don't need to upload the adapter to your TFS server. Note that this package ONLY contains the adapter, not the NUnit framework. You must also get the framework. You only need one such package for a solution. The package works with Visual Studio 2012 and newer.
OneOf by: Harry McIntyre
  • 140 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
  • 13 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: Federico Blaseotto
  • 15 total downloads
  • Latest version: 2.1.6.28924
  • Structured Storage Compound file Mono
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.
PCLCrypto by: Andrew Arnott
  • 6 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.
PdfSharpCore by: Stefan Steiger and Contributors
  • 123 total downloads
  • Latest version: 1.3.18
  • PdfSharp .NETCore b5cfe180a45d1f71cc1c680e45a3d5a5cbe202d6
PdfSharp for .NET Core PdfSharpCore is a partial port of PdfSharp.Xamarin for .NET Core Additionally MigraDoc has been ported as well (from version 1.32). Images have been implemented with ImageSharp from https://www.nuget.org/packages/SixLabors.ImageSharp
PeanutButter.INI by: Davyd McColl
  • 637 total downloads
  • Latest version: 1.2.209
A basic INI file reader/writer class
PInvoke.BCrypt by: Andrew Arnott
  • 26 total downloads
  • Latest version: 0.6.49
P/Invoke methods for the Windows BCrypt.dll.
PInvoke.Kernel32 by: Andrew Arnott
  • 25 total downloads
  • Latest version: 0.6.49
P/Invoke methods for the Windows Kernel32.dll.
PInvoke.NCrypt by: Andrew Arnott
  • 27 total downloads
  • Latest version: 0.6.49
P/Invoke methods for the Windows NCrypt.dll.
PInvoke.Windows.Core by: Andrew Arnott
  • 26 total downloads
  • Latest version: 0.6.49
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: Oren Novotny
  • 16 total downloads
  • Latest version: 1.8.5
  • bouncycastle cryptography encryption security
BouncyCastle portable version with support for .NET 4, .NET Standard 1.0-2.0, .NET Core
ProjectStudio.Content by: ProjectStudio.Content
  • 25 total downloads
  • Latest version: 1.0.39
Package Description
PropertyChanged.Fody by: Simon Cropp
  • 157 total downloads
  • Latest version: 4.1.0
  • Xaml, MVVM, INotifyPropertyChanged, DataBinding, ILWeaving, Cecil
Add property notification to all classes that implement INotifyPropertyChanged.
protobuf-net by: Marc Gravell
  • 77 total downloads
  • Latest version: 3.3.0
  • binary serialization protobuf
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications