Mono.TextTemplating by: Mikayla Hutchinson
  • 2 total downloads
  • Latest version: 1.3.0
  • T4, templating
Open-source implementation of the T4 templating engine.
Mono.Unix by: Microsoft
  • 1 total downloads
  • Latest version: 7.0.0-alpha7.21302.5
  • posix unix mono macos osx linux
Provides functionality for managed code to access Posix/Unix features not accessible via BCL
Moq by: Daniel Cazzulino, kzu
  • 1 total downloads
  • Latest version: 4.9.0
  • moq tdd mocking mocks unittesting agile unittest
Moq is the most popular and friendly mocking framework for .NET
MudBlazor by: Garderoben, Henon and Contributors
  • 1 total downloads
  • Latest version: 8.3.0
  • Blazor, MudBlazor, Material, Material Design, Components, Blazor Components, Blazor Library
Blazor Component Library based on Material Design principles with an emphasis on ease of use and extensibility
MySqlConnector by: Bradley Grainger, Caleb Lloyd
  • 62 total downloads
  • Latest version: 1.3.13
  • mysql mysqlconnector async ado.net database netcore
A truly async MySQL ADO.NET provider, supporting MySQL Server, MariaDB, Percona Server, Amazon Aurora, Azure Database for MySQL and more.
NanoXLSX by: Raphael Stoeckli
  • 1 total downloads
  • Latest version: 3.0.0-rc.2
  • Excel Office XLSX
NanoXLSX is a library to generate and read Microsoft Excel files (XLSX) in an easy and native way. This package is the meta package of NanoXLSX and should be used in most cases as dependency in your project.
Nerdbank.GitVersioning by: Andrew Arnott
  • 1 total downloads
  • Latest version: 2.3.38
  • git commit versioning version assemblyinfo
Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.
NJsonSchema.CodeGeneration by: Rico Suter
  • 3 total downloads
  • Latest version: 9.13.29
  • json schema validation generator .net
JSON Schema reader, generator and validator for .NET
NJsonSchema.CodeGeneration.CSharp by: Rico Suter
  • 1 total downloads
  • Latest version: 10.0.0
  • json schema validation generator .net
JSON Schema reader, generator and validator for .NET
NJsonSchema.CodeGeneration.TypeScript by: Rico Suter
  • 10 total downloads
  • Latest version: 10.4.4
  • json schema validation generator .net
JSON Schema reader, generator and validator for .NET
NJsonSchema.Yaml by: Rico Suter
  • 2 total downloads
  • Latest version: 10.6.10
  • json schema validation generator .net
JSON Schema reader, generator and validator for .NET
Npgsql by: Npgsql
  • 2 total downloads
  • Latest version: 3.1.8
Npgsql
NSwag.Annotations 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.AspNetCore by: Rico Suter
  • 1 total downloads
  • Latest version: 14.0.0-preview002
  • OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.CodeGeneration.CSharp by: Rico Suter
  • 64 total downloads
  • Latest version: 13.14.2
  • 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: 11.8.3
  • Swagger Documentation WebApi AspNet TypeScript CodeGen
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.Generation.AspNetCore by: Rico Suter
  • 2 total downloads
  • Latest version: 13.13.0
  • Swagger Documentation AspNetCore
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NuGet.Frameworks by: Microsoft
  • 1 total downloads
  • Latest version: 4.5.3+9bcbce4433dec2570a34bc6b5ac9df74fdb7a383
  • nuget
The understanding of target frameworks for NuGet.Packaging
NuGet.Repositories by: NuGet.Repositories
  • 5 total downloads
  • Latest version: 4.1.0
NuGet v3 core library.
Nullable by: Manuel Römer
  • 1 total downloads
  • Latest version: 1.2.1
  • source compiletime csharp8.0 netcore3.0 null nullable attributes allownull disallownull doesnotreturn doesnotreturnif maybenull maybenullwhen notnull notnullifnotnull notnullwhen
A source code only package which allows you to use .NET Core 3.0'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 a single C# file with the attribute classes to your project. Because this C# file gets 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# file 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 file is only included in the .NET Standard 2.0 version, because .NET Standard 2.1 already provides the nullable attributes by default. Please see https://github.com/manuelroemer/Nullable for additional information on how to use this package.