NanoXLSX
by: Raphael Stoeckli
- 3 total downloads
- Latest version: 2.6.5
NanoXLSX is a library to generate and read Microsoft Excel files (XLSX) in an easy and native way
NConsole
by: Rico Suter
- 3 total downloads
- Latest version: 1.1.5853.40033
NConsole is a .NET library to parse command line arguments and execute commands.
NetTopologySuite
by: NetTopologySuite - Team
- 1 total downloads
- Latest version: 1.13.3
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 contains Wintellect's PowerCollections and references GeoAPI.
NJsonSchema
by: Rico Suter
- 2 total downloads
- Latest version: 10.3.4
JSON Schema reader, generator and validator for .NET
NJsonSchema.CodeGeneration
by: Rico Suter
- 1 total downloads
- Latest version: 5.5.6138.25615
JSON Schema draft v4 reader, generator and validator for .NET
NJsonSchema.CodeGeneration.CSharp
by: Rico Suter
- 2 total downloads
- Latest version: 9.13.9
JSON Schema reader, generator and validator for .NET
NJsonSchema.CodeGeneration.TypeScript
by: Rico Suter
- 45 total downloads
- Latest version: 10.4.1
JSON Schema reader, generator and validator for .NET
NJsonSchema.Yaml
by: Rico Suter
- 1 total downloads
- Latest version: 10.3.10
JSON Schema reader, generator and validator for .NET
NLog
by: Jarek Kowalski, Kim Christensen, Julian Verdurmen
- 7 total downloads
- Latest version: 5.3.4
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 and 8
- .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: Shay Rojansky, Yoh Deadfall, Austin Drenski, Emil Lenngren, Francisco Figueiredo Jr., Kenji Uno
- 14 total downloads
- Latest version: 4.0.17
Npgsql is the open source .NET data provider for PostgreSQL.
NSwag.AspNetCore
by: Rico Suter
- 1 total downloads
- Latest version: 11.12.0
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.AssemblyLoader
by: Rico Suter
- 1 total downloads
- Latest version: 13.2.3
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.CodeGeneration
by: Rico Suter
- 2 total downloads
- Latest version: 5.1.6075.28200
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.Commands
by: Rico Suter
- 1 total downloads
- Latest version: 9.2.6249.28921
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.Core
by: Rico Suter
- 1 total downloads
- Latest version: 11.20.0
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.Core.Yaml
by: Rico Suter
- 1 total downloads
- Latest version: 11.17.4
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.Generation.WebApi
by: Rico Suter
- 7 total downloads
- Latest version: 13.14.7
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NuGet.Configuration
by: Microsoft
- 1 total downloads
- Latest version: 6.2.2
NuGet's configuration settings implementation.
NuGet.Repositories
by: NuGet.Repositories
- 8 total downloads
- Latest version: 4.3.0-beta1-2418
NuGet v3 core library.
Nullable
by: Manuel Römer
- 1 total downloads
- Latest version: 1.3.1
A source code only package which allows you to use .NET's new nullable attributes in older target frameworks like .NET Standard 2.0 or the "old" .NET Framework.
This package does not contain any compiled binaries, but instead adds the attribute classes as C# source code to your project. Because this code is compiled together with the rest of your code, the built binaries will not have a dependency on this package, meaning that you can perfectly use it for both libraries and applications.
The C# code is only included if you are targeting a framework version which does not support the new nullable attributes. For example, if you create a library which multi-targets .NET Standard 2.0 and 2.1, the majority of the attributes are not included in the .NET Standard 2.1 version, because it already provides these by default.
Please see https://github.com/manuelroemer/Nullable for additional information on how to use this package.