StackExchange.Redis by: Stack Exchange, Inc., Marc Gravell, Nick Craver
  • 171 total downloads
  • Latest version: 3.1.13
  • Async Redis Cache PubSub Messaging
High performance Redis client, incorporating both synchronous and asynchronous usage.
stdole by: Microsoft
  • 108 total downloads
  • Latest version: 17.14.40260
  • Microsoft VisualStudio VSSDK SDK
A member of the Visual Studio SDK
StrictEmit by: Jax
  • 32 total downloads
  • Latest version: 2.4.1
  • emit cil cross-platform mono netcore netstandard netframework
Better, stricter ILGenerator.Emit
Stride.Assets by: Stride contributors
  • 243 total downloads
  • Latest version: 4.4.0-beta5+g34c7f40f
  • Stride 3D gamedev Game Engine engine games D3D Vulkan
Package Description
Stride.CommunityToolkit by: Stride Contributors
  • 33 total downloads
  • Latest version: 1.0.0-preview.16
  • Stride 3D 2D gamedev Game Engine engine games CSharp
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
  • Stride 3D gamedev Game Engine engine games D3D Vulkan
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
  • Stride 3D gamedev Game Engine engine games D3D OpenGL Vulkan
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
  • 221 total downloads
  • Latest version: 4.4.0-beta5+g34c7f40f
  • Stride 3D gamedev Game Engine engine games D3D Vulkan
Package Description
Stride.Shaders.Compilers by: Stride contributors
  • 15 total downloads
  • Latest version: 4.4.0-beta5+g34c7f40f
  • Stride 3D gamedev Game Engine engine games D3D Vulkan
Package Description
StyleCop.Analyzers by: Sam Harwell et. al.
  • 264 total downloads
  • Latest version: 1.2.0-beta.556
  • StyleCop DotNetAnalyzers Roslyn Diagnostic Analyzer
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
  • StyleCop DotNetAnalyzers Roslyn Diagnostic Analyzer
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
Swashbuckle.AspNetCore by: domaindrivendev
  • 339 total downloads
  • Latest version: 10.2.3
  • swagger openapi documentation discovery help webapi aspnet aspnetcore
Swagger tools for documenting APIs built on ASP.NET Core
System.AppContext by: Microsoft
  • 14 total downloads
  • Latest version: 4.0.0-beta-22816
Provides the System.AppContext class, which allows access to the BaseDirectory property and other application specific data. Commonly Used Types: System.AppContext
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
  • 15 total downloads
  • Latest version: 4.0.10-beta-22816
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>
System.Collections.NonGeneric by: Microsoft
  • 20 total downloads
  • Latest version: 4.0.0-beta-22816
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
System.Collections.Specialized by: Microsoft
  • 18 total downloads
  • Latest version: 4.0.0-beta-22816
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
System.CommandLine by: Microsoft
  • 3 total downloads
  • Latest version: 3.0.0-preview.7.26381.103
Support for parsing command lines, supporting both POSIX and Windows conventions and shell-agnostic command line completions.
System.ComponentModel by: Microsoft
  • 16 total downloads
  • Latest version: 4.0.0-beta-22816
Provides interfaces for the editing and change tracking of objects used as data sources. Commonly Used Types: System.ComponentModel.CancelEventArgs System.IServiceProvider System.ComponentModel.IEditableObject System.ComponentModel.IChangeTracking System.ComponentModel.IRevertibleChangeTracking