Microsoft.NETCore.UniversalWindowsPlatform by: Microsoft
  • 1 total downloads
  • Latest version: 6.2.8
Provides a set of packages that can be used when building Universal Windows applications on .NETCore. 2c481f1d5b480b23fbc1359c38be9771913065ca When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Orleans.Templates.Interfaces by: Microsoft
  • 2 total downloads
  • Latest version: 1.5.8
NuGet package deprecated, please use Microsoft.Orleans.OrleansCodeGenerator.Build instead.
Microsoft.Orleans.TestingHost by: Microsoft Research
  • 1 total downloads
  • Latest version: 1.1.2
  • Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET
Microsoft Orleans library for hosting silo in a testing project.
Microsoft.Testing.Platform.MSBuild by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview.25411.5
  • Microsoft test testing unittest unittesting unit-testing tdd
Microsoft Testing is a set of platform, framework and protocol intended to make it possible to run any test on any target or device. This package provides MSBuild integration of the platform, its extensions and configuration files.
Microsoft.TypeScript.MSBuild by: Microsoft
  • 3 total downloads
  • Latest version: 5.0.0-beta
  • TypeScript
The TypeScript MSBuild task, and matching compiler version.
Microsoft.Windows.SDK.BuildTools by: Microsoft
  • 34 total downloads
  • Latest version: 10.0.26100.4948
  • WindowsSDK build tools
Includes tools required for building projects targeting the Windows SDK.
Microsoft.Windows.SDK.Contracts by: Microsoft
  • 3 total downloads
  • Latest version: 10.0.25936-preview
  • managed WinRT WinForms WPF SDK WindowsSDK
The Windows WinRT API Pack enables you to add the latest Windows Runtime APIs support to your .NET Framework 4.6+ and .NET Core 3.0+ libraries and apps.   This package includes all the supported Windows Runtime APIs up to Windows version 25936. If you are targeting earlier platforms, consider only offering functionality available on the detected platform version. For further details, see: https://docs.microsoft.com/en-us/windows/uwp/debug-test-perf/version-adaptive-code Supported platforms: - .NET Framework 4.6+ - .NET Core 3.0+ Requires default package management format set to PackageReference, and NuGet 4.0 or higher.
MudBlazor by: Garderoben, Henon and Contributors
  • 6 total downloads
  • Latest version: 6.17.0
  • Blazor, MudBlazor, Material, Material Design, Components, Blazor Components, Blazor Library
MudBlazor is an ambitious Material Design component framework for Blazor with an emphasis on ease of use and clear structure. It is perfect for .NET developers who want to rapidly build web applications without having to struggle with CSS and Javascript. MudBlazor, being written entirely in C#, empowers them to adapt, fix or extend the framework and the multitude of examples in the documentation makes learning MudBlazor very easy.
NanoXLSX by: Raphael Stoeckli
  • 1 total downloads
  • Latest version: 3.0.0-rc.3
  • 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.
NETStandard.Library by: Microsoft
  • 2 total downloads
  • Latest version: 2.0.1
A set of standard .NET APIs that are prescribed to be used and supported together. b7f182415927d3b98445d043e1680c56b9d1f17c When using NuGet 3.x this package requires at least version 3.4.
NJsonSchema by: Rico Suter
  • 2 total downloads
  • Latest version: 9.10.60
  • json schema validation generator .net
JSON Schema reader, generator and validator for .NET
NSwag.Annotations by: Rico Suter
  • 1 total downloads
  • Latest version: 13.6.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: 12.0.15
  • 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: 11.13.3
  • Swagger Documentation WebApi AspNet TypeScript CodeGen
NSwag: The Swagger API toolchain for .NET and TypeScript
Polly-Signed by: Michael Wolfenden, App vNext
  • 2 total downloads
  • Latest version: 5.8.0
  • Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Retry Wait Cache Cache-aside 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.
runtime.native.System.Security.Cryptography by: Microsoft
  • 1 total downloads
  • Latest version: 4.3.4
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
Serilog.Enrichers.Thread by: Serilog Contributors
  • 4 total downloads
  • Latest version: 3.2.0-dev-00750
  • serilog thread enricher
Enrich Serilog events with properties from the current thread.
SharpDX.Direct2D1 by: Alexandre Mutel
  • 1 total downloads
  • Latest version: 4.0.1
  • SharpDX DirectX Direct3D Multimedia MDX 3D 3D Direct2D D2D DirectWrite DWrite WIC
Assembly providing DirectX - Direct2D, DirectWrite and WIC managed API.
Swashbuckle.AspNetCore by: Swashbuckle.AspNetCore
  • 1 total downloads
  • Latest version: 5.4.0
  • swagger documentation discovery help webapi aspnet aspnetcore
Swagger tools for documenting APIs built on ASP.NET Core
System.Collections.Immutable by: Microsoft
  • 14 total downloads
  • Latest version: 6.0.0-preview.5.21301.5
This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity. Commonly Used Types: System.Collections.Immutable.ImmutableArray System.Collections.Immutable.ImmutableArray<T> System.Collections.Immutable.ImmutableDictionary System.Collections.Immutable.ImmutableDictionary<TKey,TValue> System.Collections.Immutable.ImmutableHashSet System.Collections.Immutable.ImmutableHashSet<T> System.Collections.Immutable.ImmutableList System.Collections.Immutable.ImmutableList<T> System.Collections.Immutable.ImmutableQueue System.Collections.Immutable.ImmutableQueue<T> System.Collections.Immutable.ImmutableSortedDictionary System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue> System.Collections.Immutable.ImmutableSortedSet System.Collections.Immutable.ImmutableSortedSet<T> System.Collections.Immutable.ImmutableStack System.Collections.Immutable.ImmutableStack<T>