StructureMap.WebApi2 by: Web Advanced
  • 3 total downloads
  • Latest version: 3.0.4.125
Adds the latest version of structuremap and configures it as the default Dependency Resolver.
Sustainsys.Saml2 by: Sustainsys
  • 608 total downloads
  • Latest version: 2.10.0
  • SAML2 authentication AspNet SAML SSO
SAML2 protocol support. Do not use directly, use the high level package for your platform.
Sustainsys.Saml2.AspNetCore2 by: Sustainsys
  • 610 total downloads
  • Latest version: 2.10.0
  • SAML2 authentication AspNet SAML SSO
ASP.NET Core authentication handler for the SAML2 protocol, compatible with Asp.Net Core 2.X and 3.X
Swashbuckle.AspNetCore by: domaindrivendev
  • 5,169k total downloads
  • Latest version: 9.0.4
  • swagger documentation discovery help webapi aspnet aspnetcore
Swagger tools for documenting APIs built on ASP.NET Core
Swashbuckle.AspNetCore.Annotations by: domaindrivendev
  • 311 total downloads
  • Latest version: 7.2.0
  • swagger documentation discovery help webapi aspnet aspnetcore annotations
Provides custom attributes that can be applied to controllers, actions and models to enrich the generated Swagger
Swashbuckle.AspNetCore.Swagger by: domaindrivendev
  • 1,071k total downloads
  • Latest version: 8.1.4
  • swagger documentation discovery help webapi aspnet aspnetcore
Middleware to expose Swagger JSON endpoints from APIs built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerGen by: domaindrivendev
  • 1,444k total downloads
  • Latest version: 8.1.1
  • swagger documentation discovery help webapi aspnet aspnetcore
Swagger Generator for APIs built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerUI by: domaindrivendev
  • 1,942k total downloads
  • Latest version: 8.1.1
  • swagger documentation discovery help webapi aspnet aspnetcore
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
Svg.Custom by: Wiesław Šoltés
  • 1 total downloads
  • Latest version: 0.6.0-preview4
  • svg vector graphics rendering 2d graphics geometry shapes
Custom build of the SVG rendering library.
Svg.Model by: Wiesław Šoltés
  • 1 total downloads
  • Latest version: 0.6.0-preview4
  • svg vector graphics rendering 2d graphics geometry shapes skiasharp skia model
An SVG rendering object model library.
Svg.Skia by: Wiesław Šoltés
  • 2 total downloads
  • Latest version: 0.6.0-preview4
  • svg vector graphics rendering 2d graphics geometry shapes skiasharp skia
An SVG rendering library.
System.AppContext by: Microsoft
  • 7,668k total downloads
  • Latest version: 4.3.0
Provides the System.AppContext class, which allows access to the BaseDirectory property and other application specific data. Commonly Used Types: System.AppContext When using NuGet 3.x this package requires at least version 3.4.
System.Buffers by: Microsoft
  • 8,959k total downloads
  • Latest version: 4.6.1
System.Buffers
System.ClientModel by: Microsoft
  • 4,271k total downloads
  • Latest version: 1.8.0
Contains building blocks for clients that call cloud services.
System.CodeDom by: Microsoft
  • 993 total downloads
  • Latest version: 9.0.6
Provides types that can be used to model the structure of a source code document and to output source code for that model in C# or Visual Basic.
System.Collections.Concurrent by: Microsoft
  • 3,572k total downloads
  • Latest version: 4.3.0
Provides several thread-safe collection classes that should be used in place of the corresponding types in the System.Collections.NonGeneric and System.Collections packages whenever multiple threads are accessing the collection concurrently. Commonly Used Types: System.Collections.Concurrent.ConcurrentDictionary<TKey, TValue> System.Collections.Concurrent.ConcurrentQueue<T> System.Collections.Concurrent.ConcurrentBag<T> System.Collections.Concurrent.BlockingCollection<T> System.Collections.Concurrent.ConcurrentStack<T> When using NuGet 3.x this package requires at least version 3.4.
System.Collections.Immutable by: Microsoft
  • 10,157k total downloads
  • Latest version: 9.0.1
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. The System.Collections.Immutable library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
System.Collections.NonGeneric by: Microsoft
  • 3,616k total downloads
  • Latest version: 4.3.0
Provides classes that define older non-generic collections of objects, such as lists, queues, hash tables and dictionaries. Developers should prefer the generic collections in the System.Collections package. Commonly Used Types: System.Collections.ArrayList System.Collections.Hashtable System.Collections.CollectionBase System.Collections.ReadOnlyCollectionBase System.Collections.Stack System.Collections.SortedList System.Collections.DictionaryBase System.Collections.Queue System.Collections.Comparer System.Collections.CaseInsensitiveComparer When using NuGet 3.x this package requires at least version 3.4.
System.Collections.Specialized by: Microsoft
  • 3,753k total downloads
  • Latest version: 4.3.0
Provides older specialized non-generic collections; for example, a linked list dictionary, a bit vector, and collections that contain only strings. Commonly Used Types: System.Collections.Specialized.NameValueCollection System.Collections.Specialized.NameObjectCollectionBase System.Collections.Specialized.StringCollection System.Collections.Specialized.IOrderedDictionary System.Collections.Specialized.HybridDictionary System.Collections.Specialized.OrderedDictionary System.Collections.Specialized.ListDictionary System.Collections.Specialized.StringDictionary System.Collections.Specialized.BitVector32 When using NuGet 3.x this package requires at least version 3.4.
System.CommandLine by: Microsoft
  • 732 total downloads
  • Latest version: 2.0.0-beta4.22272.1
This package includes a powerful command line parser and other tools for building command line applications, including: * Shell-agnostic support for command line completions * Method invocation and an extensible middleware pipeline * Constructor- and property-based model binding for complex types * Test and debug support