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
- 609 total downloads
- Latest version: 2.10.0
SAML2 protocol support. Do not use directly, use the high level package for your platform.
Sustainsys.Saml2.AspNetCore2
by: Sustainsys
- 611 total downloads
- Latest version: 2.10.0
ASP.NET Core authentication handler for the SAML2 protocol, compatible with Asp.Net Core 2.X and 3.X
Swashbuckle.AspNetCore
by: domaindrivendev
- 5,18k total downloads
- Latest version: 9.0.4
Swagger tools for documenting APIs built on ASP.NET Core
Swashbuckle.AspNetCore.Annotations
by: domaindrivendev
- 314 total downloads
- Latest version: 9.0.4
Provides custom attributes that can be applied to controllers, actions and models to enrich the generated Swagger
Swashbuckle.AspNetCore.Swagger
by: domaindrivendev
- 1,107k total downloads
- Latest version: 9.0.4
Middleware to expose Swagger JSON endpoints from APIs built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerGen
by: domaindrivendev
- 1,482k total downloads
- Latest version: 9.0.3
Swagger Generator for APIs built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerUI
by: domaindrivendev
- 1,979k total downloads
- Latest version: 9.0.3
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
Custom build of the SVG rendering library.
Svg.Model
by: Wiesław Šoltés
- 1 total downloads
- Latest version: 0.6.0-preview4
An SVG rendering object model library.
Svg.Skia
by: Wiesław Šoltés
- 2 total downloads
- Latest version: 0.6.0-preview4
An SVG rendering library.
System.AppContext
by: Microsoft
- 7,684k 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.ClientModel
by: Microsoft
- 4,278k total downloads
- Latest version: 1.8.0
Contains building blocks for clients that call cloud services.
System.CodeDom
by: Microsoft
- 995 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,579k 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,177k 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,62k 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,757k 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
- 733 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