MudBlazor by: Garderoben, Henon and Contributors
  • 17 total downloads
  • Latest version: 8.9.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
NETStandard.Library by: Microsoft
  • 2 total downloads
  • Latest version: 2.0.0
A set of standard .NET APIs that are prescribed to be used and supported together. d318b764a689cfe285d8484bda918646905664e7 When using NuGet 3.x this package requires at least version 3.4.
NetVips.Native.linux-arm64 by: Kleis Auke Wolthuizen
  • 15 total downloads
  • Latest version: 8.15.3
  • libvips binaries image-processing
This package complements the NetVips package and contains native binaries of libvips for Linux (ARM64v8)
Newtonsoft.Json by: James Newton-King
  • 6 total downloads
  • Latest version: 10.0.1
  • json
Json.NET is a popular high-performance JSON framework for .NET
NJsonSchema by: Rico Suter
  • 10 total downloads
  • Latest version: 10.3.10
  • json schema validation generator .net
JSON Schema reader, generator and validator for .NET
NJsonSchema.CodeGeneration.TypeScript by: Rico Suter
  • 12 total downloads
  • Latest version: 8.34.6331.29196
  • json schema validation generator codegen .net
JSON Schema draft v4 reader, generator and validator for .NET
NSwag.Annotations by: Rico Suter
  • 2 total downloads
  • Latest version: 10.5.6320.21858
  • Swagger Documentation WebApi AspNet TypeScript CodeGen
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.AspNetCore by: Rico Suter
  • 2 total downloads
  • Latest version: 13.14.3
  • OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.Commands by: Rico Suter
  • 12 total downloads
  • Latest version: 10.5.6320.21859
  • Swagger Documentation WebApi AspNet TypeScript CodeGen
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.Core by: Rico Suter
  • 11 total downloads
  • Latest version: 12.2.1
  • Swagger Documentation WebApi AspNet TypeScript CodeGen
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.Generation by: Rico Suter
  • 2 total downloads
  • Latest version: 13.15.9
  • OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.Generation.WebApi by: Rico Suter
  • 3 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.SwaggerGeneration by: Rico Suter
  • 2 total downloads
  • Latest version: 11.12.16
  • Swagger Documentation WebApi AspNet TypeScript CodeGen
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.SwaggerGeneration.WebApi by: Rico Suter
  • 1 total downloads
  • Latest version: 12.0.20
  • Swagger Documentation WebApi AspNet TypeScript CodeGen
NSwag: The Swagger API toolchain for .NET and TypeScript
NuGet.LibraryModel by: NuGet.LibraryModel
  • 2 total downloads
  • Latest version: 4.2.0
NuGet v3 core library.
NuGet.RuntimeModel by: NuGet.RuntimeModel
  • 2 total downloads
  • Latest version: 4.0.0-rc-2048
NuGet v3 core library.
Nullable by: Manuel Römer
  • 1 total downloads
  • Latest version: 1.3.1
  • source compiletime null nullable attributes allownull disallownull doesnotreturn doesnotreturnif maybenull maybenullwhen notnull notnullifnotnull notnullwhen membernotnull membernotnullwhen
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.
NUnit3TestAdapter by: NUnit Software
  • 5 total downloads
  • Latest version: 3.5.1
  • test visualstudio testadapter nunit nunit3
A package including the NUnit 3 TestAdapter for Visual Studio 2012/13/15. 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, 2013 and 2015.
PInvoke.Windows.Core by: Andrew Arnott
  • 1 total downloads
  • Latest version: 0.5.86
P/Invoke types for common Windows APIs.
Polly by: Michael Wolfenden, App vNext
  • 1 total downloads
  • Latest version: 5.3.0
  • Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Retry Wait Bulkhead Fallback Timeout Throttle Parallelization
Polly is a .NET 4.5 / .NET Standard 1.1 library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation and Fallback in a fluent and thread-safe manner.