NUnit.Extension.NUnitV2Driver
by: Charlie Poole
- 80 total downloads
- Latest version: 3.9.0
This extension allows NUnit to load and run tests compiled against earlier versions of the NUnit framework. Versions 2.0 through 2.7 are supported.
NUnit.Extension.NUnitV2ResultWriter
by: Charlie Poole
- 66 total downloads
- Latest version: 3.8.0
This extension allows NUnit to create result files in the V2 format, which is used by many CI servers.
NUnit.Extension.TeamCityEventListener
by: jetbrains teamcity Charlie Poole Nikolay Pianikov
- 70 total downloads
- Latest version: 1.0.10
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
- 71 total downloads
- Latest version: 3.9.0
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.
NUnit3TestAdapter
by: Charlie Poole Terje Sandstrom
- 411 total downloads
- Latest version: 4.3.2
The NUnit3 TestAdapter for Visual Studio, all versions from 2012 and onwards, and DotNet (incl. .Net core).
Note that this package ONLY contains the adapter, not the NUnit framework.
For VS 2017 and forward, you should add this package to every test project in your solution. (Earlier versions only require a single adapter package per solution.)
NuSpec.ReferenceGenerator
by: Oren Novotny
- 189 total downloads
- Latest version: 2.0.0-beta-bld14
Tool to auto-generate BCL package nuspec dependencies for CoreCLR projects
OneOf
by: Harry McIntyre
- 124 total downloads
- Latest version: 3.0.271
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
- 439 total downloads
- Latest version: 4.7.1221
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
- 7 total downloads
- Latest version: 0.3.4
Converts OpenCover reports to Cobertura reports.
OpenPop.NET
by: OpenPop
- 131 total downloads
- Latest version: 2.0.6.1120
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
OpenTracing
by: Daniel Wallin The Open Tracing Team
- 14 total downloads
- Latest version: 0.8.2
This library is a .Net implementation of Open Tracing API. To fully understand this platform API, it's helpful to be familiar with the OpenTracing project and terminology more generally.
For the time being, "mild" backwards-incompatible changes may be made without changing the major version number. As OpenTracing and opentracing-csharp mature, backwards compatibility will become more of a priority.
Owin
by: OWIN startup components contributors
- 11 total downloads
- Latest version: 1.0.0
OWIN IAppBuilder startup interface
Penneo.SDK
by: Penneo
- 542 total downloads
- Latest version: 3.0.0-alpha7
SDK for using Penneo in your own C# projects
PhotoSauce.MagicScaler
by: PhotoSauce
- 9 total downloads
- Latest version: 0.5.0
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
- 222 total downloads
- Latest version: 0.6.49
P/Invoke methods for the Windows BCrypt.dll.
PInvoke.Kernel32
by: Andrew Arnott
- 241 total downloads
- Latest version: 0.6.49
P/Invoke methods for the Windows Kernel32.dll.
PInvoke.NCrypt
by: Andrew Arnott
- 151 total downloads
- Latest version: 0.6.49
P/Invoke methods for the Windows NCrypt.dll.
PInvoke.Windows.Core
by: Andrew Arnott
- 131 total downloads
- Latest version: 0.6.49
P/Invoke types for common Windows APIs.
Pluralize.NET
by: Sarath KCM
- 21 total downloads
- Latest version: 1.0.2
Pluralize or singularize any word. C# Port of Blake Embrey's pluralize library for Javascript. Visit https://github.com/sarathkcm/Pluralize.NET for details on how to use."
Polly
by: Michael Wolfenden App vNext
- 216 total downloads
- Latest version: 4.5.0-beta-netstandar-0001
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.