Microsoft.WindowsAppSDK.WinUI by: Microsoft
  • 1 total downloads
  • Latest version: 1.8.251222000
  • Windows "Windows App SDK" WinAppSDK WinUI XAML Fluent Controls Downlevel Compatibility TreeView ColorPicker NavigationView MenuBar
The Windows App SDK empowers all Windows Desktop apps with modern Windows UI, APIs, and platform features, including back-compat support. This package contains the modern Windows UI features.
Microsoft.WindowsDesktop.App.Ref by: Microsoft
  • 1 total downloads
  • Latest version: 5.0.0-preview.8.20411.6
Internal implementation package not meant for direct consumption. Please do not reference directly. Windows Forms and WPF targeting pack. Contains reference assemblies, documentation, and other design-time assets. 96bcf705df5a66cab1476e4c56332b9f67786808 When using NuGet 3.x this package requires at least version 3.4.
Moq by: Daniel Cazzulino, kzu
  • 1 total downloads
  • Latest version: 4.5.20
  • moq tdd mocking mocks unittesting agile unittest
Moq is the most popular and friendly mocking framework for .NET
MsgPack.Cli by: FUJIWARA, Yusuke
  • 1 total downloads
  • Latest version: 0.6.0
  • MsgPack MessagePack Serialization Formatter Binary Serializer Fast Xamarin Unity3D
MessagePack is fast, compact, and interoperable binary serialization format. This package provides MessagePack serialization/deserialization APIs. This pacakge also supports Mono, Xamarin and Unity3D.
MudBlazor by: Garderoben, Henon and Contributors
  • 1 total downloads
  • Latest version: 7.14.0
  • Blazor, MudBlazor, Material, Material Design, Components, Blazor Components, Blazor Library
A Blazor Component Library based on Material Design principles, focusing on ease of use. Written mainly in C# with minimal JavaScript, it allows .NET developers to easily understand and debug the code when needed.
MySqlConnector by: Bradley Grainger, Caleb Lloyd
  • 2 total downloads
  • Latest version: 0.42.1
  • 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.
NetTopologySuite by: NetTopologySuite - Team
  • 1 total downloads
  • Latest version: 1.11.0
  • 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 contains Wintellect's PowerCollections and references GeoAPI.
NetVips by: Kleis Auke Wolthuizen
  • 1 total downloads
  • Latest version: 1.0.5
  • libvips bindings image-processing
Mono/.NET bindings for libvips
NJsonSchema.CodeGeneration by: Rico Suter
  • 1 total downloads
  • Latest version: 8.21.6296.23976
  • json schema validation generator codegen .net
JSON Schema draft v4 reader, generator and validator for .NET
NJsonSchema.Yaml by: Rico Suter
  • 1 total downloads
  • Latest version: 9.10.29
  • json schema validation generator .net
JSON Schema reader, generator and validator for .NET
Nowin by: Boris Letocha
  • 1 total downloads
  • Latest version: 0.21.0
  • webserver owin http websockets
Fast Owin Web server in pure .Net without reliance on HttpListener or Win8, includes WebSockets and SSL support
Npgsql by: Shay Rojansky, Emil Lenngren, Francisco Figueiredo Jr., Kenji Uno
  • 1 total downloads
  • Latest version: 3.2.0
  • npgsql postgresql postgres ado ado.net database sql
Npgsql is the open source .NET data provider for PostgreSQL.
NSwag.Annotations by: Rico Suter
  • 5 total downloads
  • Latest version: 13.16.1
  • OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.AspNetCore by: Rico Suter
  • 16 total downloads
  • Latest version: 14.2.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: 9.9.6275.31890
  • Swagger Documentation WebApi AspNet TypeScript CodeGen
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.CodeGeneration by: Rico Suter
  • 1 total downloads
  • Latest version: 9.5.6261.38027
  • Swagger Documentation WebApi AspNet TypeScript CodeGen
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.Core.Yaml by: Rico Suter
  • 3 total downloads
  • Latest version: 13.14.4
  • OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NuGet.Configuration by: Microsoft
  • 1 total downloads
  • Latest version: 5.11.7
  • nuget
NuGet's configuration settings implementation.
Nullable by: Manuel Römer
  • 1 total downloads
  • Latest version: 1.1.0
  • 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.
NUnit by: Charlie Poole, Rob Prouse
  • 2 total downloads
  • Latest version: 4.1.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+