NSwag.Generation
by: Rico Suter
- 4 total downloads
- Latest version: 13.20.0
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.Generation.AspNetCore
by: Rico Suter
- 33 total downloads
- Latest version: 14.2.0
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.Generation.WebApi
by: Rico Suter
- 14 total downloads
- Latest version: 13.18.4
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.SwaggerGeneration
by: Rico Suter
- 12 total downloads
- Latest version: 11.17.10
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.SwaggerGeneration.AspNetCore
by: Rico Suter
- 22 total downloads
- Latest version: 12.2.0
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.SwaggerGeneration.WebApi
by: Rico Suter
- 32 total downloads
- Latest version: 12.2.3
NSwag: The Swagger API toolchain for .NET and TypeScript
NuGet.Common
by: Microsoft
- 10 total downloads
- Latest version: 6.13.2
Common utilities and interfaces for all NuGet libraries.
NuGet.Configuration
by: Microsoft
- 18 total downloads
- Latest version: 6.13.1
NuGet's configuration settings implementation.
NuGet.DependencyResolver.Core
by: Microsoft
- 7 total downloads
- Latest version: 6.13.1
NuGet's PackageReference dependency resolver implementation.
NuGet.Frameworks
by: Microsoft
- 10 total downloads
- Latest version: 6.7.1
NuGet's understanding of target frameworks.
NuGet.LibraryModel
by: Microsoft
- 9 total downloads
- Latest version: 6.10.1
NuGet's types and interfaces for understanding dependencies.
NuGet.Packaging
by: Microsoft
- 3 total downloads
- Latest version: 5.9.3
NuGet's understanding of packages. Reading nuspec, nupkgs and package signing.
NuGet.Packaging.Core
by: Microsoft
- 16 total downloads
- Latest version: 6.9.1
The (former home to) core data structures for NuGet.Packaging. Contains only the type forwarders to the new assembly.
NuGet.Packaging.Core.Types
by: NuGet.Packaging.Core.Types
- 4 total downloads
- Latest version: 4.0.0-rc3
NuGet v3 core library.
NuGet.Protocol
by: Microsoft
- 18 total downloads
- Latest version: 6.11.2
NuGet's implementation for interacting with feeds. Contains functionality for all feed types.
NuGet.Protocol.Core.Types
by: NuGet
- 2 total downloads
- Latest version: 3.5.0-rc1-final
NuGet's protocol-level base types used for connecting to API v2 and API v3 repositories.
NuGet.RuntimeModel
by: NuGet.RuntimeModel
- 1 total downloads
- Latest version: 4.3.0-beta1-2418
NuGet v3 core library.
NuGet.Versioning
by: Microsoft
- 12 total downloads
- Latest version: 6.12.1
NuGet's implementation of Semantic Versioning.
NUnit
by: Charlie Poole, Rob Prouse
- 12 total downloads
- Latest version: 4.3.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 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+
OneOf
by: Harry McIntyre
- 16 total downloads
- Latest version: 2.1.155
F# style discriminated unions or 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.