NUnit
by: Charlie Poole, Rob Prouse, Terje Sandstrom and contributors
- 2 total downloads
- Latest version: 5.0.0-beta.1
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 5, is an upgrade from the groundbreaking NUnit 3 framework and its major update version 4. 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.
If you're upgrading from NUnit 4, please check the release notes for version 5 (https://docs.nunit.org/articles/nunit/release-notes/framework.html).
Supported platforms:
- .NET Framework 4.6.2+
- .NET 8.0+
- .NET 10.0+
NuSpec.ReferenceGenerator
by: Oren Novotny
- 29 total downloads
- Latest version: 2.0.0-beta-bld12
Tool to auto-generate BCL package nuspec dependencies for CoreCLR projects
NWebsec.AspNetCore.Core
by: André N. Klingsheim
- 19 total downloads
- Latest version: 3.0.1
This library provides shared functionality for the NWebsec ASP.NET Core security libraries.
NWebsec.AspNetCore.Middleware
by: André N. Klingsheim
- 13 total downloads
- Latest version: 3.0.0
NWebsec middleware for ASP.NET Core applications. NWebsec helps you set important security headers and detect potentially dangerous redirects. See project website for documentation.
NWebsec.AspNetCore.Mvc
by: André N. Klingsheim
- 12 total downloads
- Latest version: 3.0.0
NWebsec attributes for ASP.NET Core MVC applications. NWebsec helps you set important security headers, detect potentially dangerous redirects, and control cache headers. See project website for documentation.
NWebsec.AspNetCore.Mvc.TagHelpers
by: André N. Klingsheim
- 7 total downloads
- Latest version: 3.0.0
NWebsec TagHelpers for ASP.NET Core MVC applications. NWebsec helps you set important security headers, detect potentially dangerous redirects, and control cache headers. See project website for documentation.
OneOf
by: Harry McIntyre
- 212 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.
OpenCvSharp4
by: shimat
- 2 total downloads
- Latest version: 4.13.0.20260531
OpenCV wrapper for .NET. Since this package includes only core managed libraries, another package of native bindings for your OS is required (OpenCvSharp4.runtime.*).
OpenCvSharp4.Extensions
by: shimat
- 2 total downloads
- Latest version: 4.13.0.20260531
OpenCvSharp GDI+ extension library.
OpenIddict
by: Kévin Chalet
- 13 total downloads
- Latest version: 7.0.0-preview.4.25313.34
Versatile OpenID Connect stack for .NET.
Note: this metapackage only references the generic core, client, server and validation packages.
To use these features on ASP.NET Core or OWIN/Katana/ASP.NET 4.x, reference the OpenIddict.AspNetCore or OpenIddict.Owin package.
OpenIddict.Abstractions
by: Kévin Chalet
- 12 total downloads
- Latest version: 7.0.0-preview.4.25313.34
Abstractions and primitives used by the OpenIddict components.
OpenIddict.AspNetCore
by: Kévin Chalet
- 9 total downloads
- Latest version: 6.0.0-rc1.24608.69
Versatile OpenID Connect stack for ASP.NET Core.
OpenIddict.Client
by: Kévin Chalet
- 13 total downloads
- Latest version: 7.0.0-preview.4.25313.34
OpenIddict authorization client services.
Note: this package only contains the generic/host-agnostic client components.
To use the client feature on ASP.NET Core or OWIN/Katana, reference the OpenIddict.Client.AspNetCore or OpenIddict.Client.Owin package.
OpenIddict.Client.AspNetCore
by: Kévin Chalet
- 10 total downloads
- Latest version: 6.0.0-rc1.24608.69
ASP.NET Core integration package for the OpenIddict client services.
OpenIddict.Client.DataProtection
by: Kévin Chalet
- 13 total downloads
- Latest version: 7.0.0-preview.4.25313.34
ASP.NET Core Data Protection integration package for the OpenIddict client services.
OpenIddict.Client.SystemIntegration
by: Kévin Chalet
- 13 total downloads
- Latest version: 7.0.0-preview.4.25313.34
Operating system integration package for the OpenIddict client.
OpenIddict.Client.SystemNetHttp
by: Kévin Chalet
- 14 total downloads
- Latest version: 7.0.0-preview.4.25313.34
System.Net.Http integration package for the OpenIddict client services.
OpenIddict.Client.WebIntegration
by: Kévin Chalet
- 14 total downloads
- Latest version: 7.0.0-preview.4.25313.34
OpenIddict client integration package for various Web services.
OpenIddict.Core
by: Kévin Chalet
- 281 total downloads
- Latest version: 7.2.0
OpenIddict's core components, used to manage the applications, authorizations, scopes and tokens stored in the database.
OpenIddict.EntityFrameworkCore
by: Kévin Chalet
- 12 total downloads
- Latest version: 7.0.0-preview.4.25313.34
Entity Framework Core stores for OpenIddict.