NUnit
by: Charlie Poole Rob Prouse
- 1.376k total downloads
- Latest version: 4.4.0
NUnit is a unit-testing framework for all .NET languages.
It can run on macOS, Linux and Windows operating systems.
NUnit can be used for a wide range of testing, from unit testing with TDD to full-fledged system and integration testing.
It is a non-opinionated, broad and deep framework with multiple different ways to assert that your code behaves as expected. Many aspects of NUnit can be extended to suit your specific purposes.
The latest version, version 4, is an upgrade from the groundbreaking NUnit 3 framework. It is a modernized version, aimed at taking advantage of the latest .NET features and C# language constructs.
If you are upgrading from NUnit 3, be aware of the breaking changes (https://docs.nunit.org/articles/nunit/release-notes/breaking-changes.html#nunit-40). Please see the NUnit 4 Migration Guide (https://docs.nunit.org/articles/nunit/release-notes/Nunit4.0-MigrationGuide.html) and take care to prepare your NUnit 3 code before you do the upgrade.
Supported platforms:
- .NET Framework 4.6.2+
- .NET 6.0+
- .NET 8.0+
NUnit3TestAdapter
by: Charlie Poole Terje Sandstrom
- 973 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
- 375 total downloads
- Latest version: 2.0.0-beta-bld14
Tool to auto-generate BCL package nuspec dependencies for CoreCLR projects
Octokit
by: GitHub
- 1.778k total downloads
- Latest version: 1.0.1
An async-based GitHub API client library for .NET and .NET Core
OpenIddict.Abstractions
by: Kévin Chalet
- 59 total downloads
- Latest version: 1.0.0
OpenIddict's abstractions.
OpenIddict.Core
by: Kévin Chalet
- 129 total downloads
- Latest version: 1.0.0
OpenIddict's core components, used to manage the applications, authorizations, scopes and tokens stored in the database.
OpenIddict.EntityFrameworkCore
by: Kévin Chalet
- 105 total downloads
- Latest version: 1.0.0
Entity Framework Core stores for OpenIddict.
OpenIddict.EntityFrameworkCore.Models
by: Kévin Chalet
- 59 total downloads
- Latest version: 1.0.0
Relational entities for the Entity Framework Core stores.
OpenIddict.Server
by: Kévin Chalet
- 60 total downloads
- Latest version: 1.0.0
OpenID Connect server components for OpenIddict.
OpenIddict.Validation
by: Kévin Chalet Chino Chang
- 53 total downloads
- Latest version: 1.0.0
OpenIddict token validation middleware for ASP.NET Core.
OpenTelemetry
by: OpenTelemetry Authors
- 602 total downloads
- Latest version: 1.1.0
OpenTelemetry .NET SDK
OpenTelemetry.Api
by: OpenTelemetry Authors
- 529 total downloads
- Latest version: 1.1.0
OpenTelemetry .NET API
OpenTelemetry.Instrumentation.Http
by: OpenTelemetry Authors
- 69 total downloads
- Latest version: 1.0.0-rc7
Http instrumentation for OpenTelemetry .NET
OpenTelemetry.Instrumentation.SqlClient
by: OpenTelemetry Authors
- 56 total downloads
- Latest version: 1.0.0-rc7
SqlClient instrumentation for OpenTelemetry .NET
Oracle.ManagedDataAccess
by: Oracle
- 378 total downloads
- Latest version: 19.29.0
ODP.NET, Managed Driver is a 100% native code .NET Framework driver for Oracle Database. No additional Oracle Client software is required to be installed to connect to Oracle Database.
Otp.NET
by: Kyle Spearrin
- 152 total downloads
- Latest version: 1.3.0
An implementation of TOTP and HOTP which are commonly used for multi factor authentication by using a shared key between the client and the server to generate and verify one time use codes.
For documentation and examples visit the project website on GitHub at https://github.com/kspearrin/Otp.NET
Owin
by: OWIN startup components contributors
- 52 total downloads
- Latest version: 1.0.0
OWIN IAppBuilder startup interface
PCLCrypto
by: Andrew Arnott
- 433 total downloads
- Latest version: 2.1.32-alpha
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.
pclcrypto
by: Andrew Arnott
- 42 total downloads
- Latest version: 2.1.17-alpha-g5b1e8dff8c
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
- 463 total downloads
- Latest version: 1.0.2
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.
PInvoke.BCrypt
by: Andrew Arnott
- 960 total downloads
- Latest version: 0.7.124
P/Invoke methods for the Windows BCrypt.dll.