Microsoft.Orleans.Client by: Microsoft
  • 1 total downloads
  • Latest version: 8.2.0
  • Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET
Collection of Microsoft Orleans libraries and files needed on the client.
Microsoft.Orleans.Sdk by: Microsoft
  • 1 total downloads
  • Latest version: 8.2.0
  • Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET
Microsoft Orleans meta package to bring in the base Orleans packages for all project types.
Microsoft.Packaging.Tools by: Microsoft
  • 1 total downloads
  • Latest version: 1.0.0-preview2-25401-01
Provides build infrastructure for handling conflicting assets from packages. 81ffa9f5381f510c2afa17a113e4c4d77144b84e When using NuGet 3.x this package requires at least version 3.4.
Microsoft.VisualStudio.Azure.Containers.Tools.Targets by: Microsoft
  • 7 total downloads
  • Latest version: 1.21.0
  • container containers Docker microservices Azure
Targets files to enable the Visual Studio Tools for Containers.
Microsoft.VisualStudio.Threading by: Microsoft
  • 4 total downloads
  • Latest version: 18.7.23
  • Threading Async Lock Synchronization Threadsafe
Async synchronization primitives, async collections, TPL and dataflow extensions. The JoinableTaskFactory allows synchronously blocking the UI thread for async work. This package is applicable to any .NET application (not just Visual Studio).
Microsoft.VisualStudio.Threading.Analyzers by: Microsoft
  • 25 total downloads
  • Latest version: 18.7.23
  • analyzers visualstudio vssdk sdk threading
Static code analyzer to detect common mistakes or potential issues regarding threading and async coding.
Microsoft.Win32.Primitives by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22416
Provides common types for Win32-based libraries. Commonly Used Types: System.ComponentModel.Win32Exception
NETStandard.Library by: Microsoft
  • 2 total downloads
  • Latest version: 1.6.1
A set of standard .NET APIs that are prescribed to be used and supported together. This includes all of the APIs in the NETStandard.Platform package plus additional libraries that are core to .NET but built on top of NETStandard.Platform. When using NuGet 3.x this package requires at least version 3.4.
Remotion.Linq by: rubicon IT GmbH
  • 4 total downloads
  • Latest version: 2.2.0-alpha-004
  • re-motion LINQ ExpressionTrees
re-linq Frontend: A foundation for parsing LINQ expression trees and generating queries in SQL or other languages. Key features: - Transforms expression trees into abstract syntax trees resemblying LINQ query expressions (from ... select syntax) - Simplifies many aspects of this tree (sub queries, transparent identifieres, pre-evaluation ...) - Provides basic infrastructure for backend development (e.g. SQL generation) - Provides a framework for user-defined query extensions and transformations
runtime.native.System by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-rc2-24027
Internal implementation package not meant for direct consumption. Please do not reference directly. \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb
runtime.native.System.Net.Security by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.1-rc2-24027
Internal implementation package not meant for direct consumption. Please do not reference directly. \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb
runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk by: Microsoft
  • 3 total downloads
  • Latest version: 2.2.8
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides the CoreCLR runtime and build tools to build and run Universal Windows applications using CoreCLR. 2c481f1d5b480b23fbc1359c38be9771913065ca When using NuGet 3.x this package requires at least version 3.4.
runtime.win7.System.Private.Uri by: Microsoft
  • 1 total downloads
  • Latest version: 4.3.2
Internal implementation package not meant for direct consumption. Please do not reference directly. Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.Uri. When using NuGet 3.x this package requires at least version 3.4.
SixLabors.ImageSharp.Web by: Six Labors and contributors
  • 1 total downloads
  • Latest version: 3.1.3
  • Image Middleware Resize Crop Gif Jpg Jpeg Bitmap Png WebP Tiff Core Cache ASP
ImageSharp Middleware for serving images via a url based API.
StackExchange.Redis by: Stack Exchange Inc. Marc Gravell Nick Craver
  • 5 total downloads
  • Latest version: 3.2.1
  • Async Redis Cache PubSub Messaging
High performance Redis client, incorporating both synchronous and asynchronous usage.
Swashbuckle.AspNetCore by: domaindrivendev
  • 5 total downloads
  • Latest version: 6.9.0
  • swagger documentation discovery help webapi aspnet aspnetcore
Swagger tools for documenting APIs built on ASP.NET Core
System.AppContext by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22231
Provides the System.AppContext class, which allows access to the BaseDirectory property and other application specific data.
System.Collections.Concurrent by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10-beta-22416
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.Specialized by: Microsoft
  • 1 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.ComponentModel by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22231
Provides interfaces for the editing and change tracking of objects used as data sources.