StreamJsonRpc
by: Microsoft
- 119 total downloads
- Latest version: 2.1.33-alpha
A cross-platform .NET portable library that implements the JSON-RPC wire protocol and can use System.IO.Stream or WebSocket so you can use it with any transport.
Stride.Assets
by: Stride contributors
- 243 total downloads
- Latest version: 4.4.0-beta5+g34c7f40f
Package Description
Stride.CommunityToolkit
by: Stride Contributors
- 33 total downloads
- Latest version: 1.0.0-preview.16
Collection of helpers and extensions for Stride Game Engine developers. Simplifies and demonstrates common developer tasks building experiences for Stride with .NET 8.
Stride.Core
by: Stride contributors
- 257 total downloads
- Latest version: 4.4.0-beta5+g34c7f40f
Core assembly for all Stride assemblies.
Stride.Core.Assets.CompilerApp
by: Stride contributors, Silicon Studio Corp.
- 227 total downloads
- Latest version: 4.3.0.2507+ge023d874
Package Description
Stride.Dependencies.SpirvCross
by: Stride Contributors
- 26 total downloads
- Latest version: 2026.7.26
SPIRV-Cross shared library for Stride SPIR-V to HLSL/GLSL translation. Built from stride3d/SPIRV-Cross commit 8bf4b0e.
Stride.Graphics
by: Stride contributors
- 223 total downloads
- Latest version: 4.4.0-beta5+g34c7f40f
Package Description
Stride.Shaders.Compilers
by: Stride contributors
- 18 total downloads
- Latest version: 4.4.0-beta5+g34c7f40f
Package Description
StyleCop.Analyzers
by: Sam Harwell et. al.
- 264 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.
- 89 total downloads
- Latest version: 1.2.0.556
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
Swashbuckle.AspNetCore
by: domaindrivendev
- 379 total downloads
- Latest version: 10.2.3
Swagger tools for documenting APIs built on ASP.NET Core
Swashbuckle.AspNetCore.Swagger
by: Swashbuckle.AspNetCore.Swagger
- 53 total downloads
- Latest version: 3.0.0
Middleware to expose Swagger JSON endpoints from API's built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerGen
by: Swashbuckle.AspNetCore.SwaggerGen
- 50 total downloads
- Latest version: 3.0.0
Swagger Generator for API's built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerUI
by: Swashbuckle.AspNetCore.SwaggerUI
- 64 total downloads
- Latest version: 3.0.0
Middleware to expose an embedded version of the swagger-ui 3 from an ASP.NET Core application
System.AppContext
by: Microsoft
- 26 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
- 62 total downloads
- Latest version: 4.5.1
Provides resource pooling of any type for performance-critical applications that allocate and deallocate objects frequently.
Commonly Used Types:
System.Buffers.ArrayPool<T>
7601f4f6225089ffb291dc7d58293c7bbf5c5d4f
When using NuGet 3.x this package requires at least version 3.4.
System.Buffers.Primitives
by: Microsoft Corporation
- 4 total downloads
- Latest version: 0.1.0-alpha-001
Slices of arrays and buffers
System.Collections
by: Microsoft
- 21 total downloads
- Latest version: 4.0.10-beta-22816
Provides classes that define generic collections, which allow developers to create strongly typed collections that provide better type safety and performance than non-generic strongly typed collections.
Commonly Used Types:
System.Collections.Generic.List<T>
System.Collections.Generic.Dictionary<TKey, TValue>
System.Collections.Generic.Queue<T>
System.Collections.Generic.Stack<T>
System.Collections.Generic.HashSet<T>
System.Collections.Generic.LinkedList<T>
System.Collections.Generic.EqualityComparer<T>
System.Collections.Generic.Comparer<T>
System.Collections.Generic.SortedDictionary<TKey, TValue>
System.Collections.Concurrent
by: Microsoft
- 31 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.