NetTopologySuite.CoordinateSystems by: NetTopologySuite - Team
  • 1 total downloads
  • Latest version: 1.15.3
  • NTS Topology OGC SFS
The NTS Topology Suite is an API for modelling and manipulating 2-dimensional linear geometry. It provides numerous geometric predicates and functions. NTS conforms to the Simple Features Specification. This package references GeoAPI.
NJsonSchema by: Rico Suter
  • 3 total downloads
  • Latest version: 10.3.5
  • json schema validation generator .net
JSON Schema reader, generator and validator for .NET
NJsonSchema.CodeGeneration by: Rico Suter
  • 0 total downloads
  • Latest version: 10.4.6
  • json schema validation generator .net
JSON Schema reader, generator and validator for .NET
NJsonSchema.CodeGeneration.CSharp by: Rico Suter
  • 3 total downloads
  • Latest version: 9.13.11
  • json schema validation generator .net
JSON Schema reader, generator and validator for .NET
NJsonSchema.CodeGeneration.TypeScript by: Rico Suter
  • 58 total downloads
  • Latest version: 10.3.11
  • json schema validation generator .net
JSON Schema reader, generator and validator for .NET
NJsonSchema.Yaml by: Rico Suter
  • 1 total downloads
  • Latest version: 9.13.25
  • json schema validation generator .net
JSON Schema reader, generator and validator for .NET
NLog by: Jarek Kowalski, Kim Christensen, Julian Verdurmen
  • 2 total downloads
  • Latest version: 5.4.0
  • NLog logging log structured tracing logfiles database eventlog console email
NLog is a logging platform for .NET with rich log routing and management capabilities. NLog supports traditional logging, structured logging and the combination of both. Supported platforms: - .NET 5, 6, 7, 8 and 9 - .NET Core 1, 2 and 3 - .NET Standard 1.3+ and 2.0+ - .NET Framework 3.5 - 4.8 - Xamarin Android + iOS (.NET Standard) - Mono 4 For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
Npgsql by: Npgsql
  • 2 total downloads
  • Latest version: 3.1.10
Npgsql is the open source .NET data provider for PostgreSQL.
NSwag.Annotations by: Rico Suter
  • 1 total downloads
  • Latest version: 13.3.0
  • OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.AspNetCore by: Rico Suter
  • 1 total downloads
  • Latest version: 14.3.0
  • OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.AssemblyLoader by: Rico Suter
  • 2 total downloads
  • Latest version: 13.4.2
  • OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.CodeGeneration.CSharp by: Rico Suter
  • 1 total downloads
  • Latest version: 12.0.1
  • Swagger Documentation WebApi AspNet TypeScript CodeGen
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.Commands by: Rico Suter
  • 82 total downloads
  • Latest version: 13.8.1
  • OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.Core by: Rico Suter
  • 1 total downloads
  • Latest version: 13.18.2
  • OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.Core.Yaml by: Rico Suter
  • 1 total downloads
  • Latest version: 11.12.1
  • Swagger Documentation WebApi AspNet TypeScript CodeGen
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.Generation by: Rico Suter
  • 0 total downloads
  • Latest version: 13.13.1
  • OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.SwaggerGeneration.AspNetCore by: Rico Suter
  • 1 total downloads
  • Latest version: 11.13.0
  • Swagger Documentation AspNetCore
NSwag: The Swagger API toolchain for .NET and TypeScript
NUnit by: Charlie Poole, Rob Prouse
  • 14 total downloads
  • Latest version: 4.3.0
  • nunit test testing tdd framework fluent assert theory plugin addin
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
  • 2 total downloads
  • Latest version: 3.9.0
  • test visualstudio testadapter nunit nunit3
A package including the NUnit 3 TestAdapter for Visual Studio 2012 (Update 1) 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
  • 1 total downloads
  • Latest version: 3.0.254
  • 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.