Stride.Irony
by: Stride contributors, Silicon Studio Corp.
- 46 total downloads
- Latest version: 4.0.1.1428+g25710ee9
Package Description
Stride.OpenTK
by: Stride contributors and OpenTK team
- 4 total downloads
- Latest version: 1.0.3
OpenTK for Stride
Stride.Particles
by: Stride contributors, Silicon Studio Corp.
- 46 total downloads
- Latest version: 4.0.1.1428+g25710ee9
Package Description
Stride.Rendering
by: Stride contributors, Silicon Studio Corp.
- 46 total downloads
- Latest version: 4.0.1.1428+g25710ee9
Package Description
Stride.Shaders
by: Stride contributors, Silicon Studio Corp.
- 48 total downloads
- Latest version: 4.0.1.1428+g25710ee9
Package Description
Stride.Shaders.Parser
by: Stride contributors, Silicon Studio Corp.
- 46 total downloads
- Latest version: 4.0.1.1428+g25710ee9
Package Description
Stride.SpriteStudio.Runtime
by: Stride contributors, Silicon Studio Corp.
- 46 total downloads
- Latest version: 4.0.1.1428+g25710ee9
Package Description
StyleCop.Analyzers
by: Sam Harwell et. al.
- 126 total downloads
- Latest version: 1.2.0-beta.556
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
StyleCop.Analyzers.Unstable
by: Sam Harwell et. al.
- 44 total downloads
- Latest version: 1.2.0.556
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
SvgPathProperties
by: zHaytam
- 29 total downloads
- Latest version: 1.1.2
Pure C# SVG Path parser and calculations
Swashbuckle.AspNetCore.Swagger
by: domaindrivendev
- 161 total downloads
- Latest version: 8.1.4
Middleware to expose Swagger JSON endpoints from APIs built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerGen
by: domaindrivendev
- 162 total downloads
- Latest version: 8.1.4
Swagger Generator for APIs built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerUI
by: domaindrivendev
- 87 total downloads
- Latest version: 8.1.4
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
System.Buffers.Primitives
by: Microsoft Corporation
- 1 total downloads
- Latest version: 0.1.0-alpha-001
Slices of arrays and buffers
System.ClientModel
by: Microsoft
- 1 total downloads
- Latest version: 1.8.1
Contains building blocks for clients that call cloud services.
System.CodeDom
by: Microsoft
- 135 total downloads
- Latest version: 11.0.0-preview.1.26104.118
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
- 1 total downloads
- Latest version: 4.0.12
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
- 80 total downloads
- Latest version: 11.0.0-preview.1.26104.118
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.