Microsoft.Azure.Cosmos
by: Microsoft
- 5 total downloads
- Latest version: 3.53.1
This client library enables client applications to connect to Azure Cosmos DB via the NoSQL API. Azure Cosmos DB is a globally distributed, multi-model database service. For more information, refer to http://azure.microsoft.com/services/cosmos-db/.
Microsoft.Azure.Cosmos.Direct
by: Microsoft
- 1 total downloads
- Latest version: 3.15.0
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.Bcl.Compression
by: Microsoft
- 1 total downloads
- Latest version: 3.9.84-beta
This package allows projects targeting Windows Phone Silverlight 8 directly or using portable class libraries to use the same ZipArchive, GZipStream and DeflateStream classes that are already available to projects targeting .NET Framework 4.5, Windows 8, and Windows Phone 8.1.
For more information on how to use these APIs, see the MSDN documentation:
http://msdn.microsoft.com/en-us/library/system.io.compression.aspx
Supported Platforms:
- .NET Framework 4.5
- Windows 8
- Windows Phone 8.1
- Windows Phone Silverlight 8
- Portable Class Libraries
This package is only required for projects targeting .NET Framework 4.5, Windows 8, or Windows Phone 8.1 when consuming a library that uses this package.
Microsoft.Bcl.HashCode
by: Microsoft
- 4 total downloads
- Latest version: 1.1.0
Provides the HashCode type for .NET Standard 2.0. This package is not required starting with .NET Standard 2.1 and .NET Core 3.0.
Commonly Used Types:
System.HashCode
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Build.Framework
by: Microsoft
- 4 total downloads
- Latest version: 17.1.0
This package contains the Microsoft.Build.Framework assembly which is a common assembly used by other MSBuild assemblies.
Microsoft.Build.Locator
by: Microsoft
- 1 total downloads
- Latest version: 1.6.10
Package that assists in locating and using a copy of MSBuild installed as part of Visual Studio 2017 or higher or .NET Core SDK 2.1 or higher.
Microsoft.Build.Tasks.Core
by: Microsoft
- 1 total downloads
- Latest version: 15.1.0-preview-000523-01
This package contains the Microsoft.Build.Tasks.Core assembly which implements the commonly used tasks of MSBuild.
Microsoft.CodeAnalysis
by: Microsoft
- 27 total downloads
- Latest version: 4.13.0
.NET Compiler Platform ("Roslyn").
This is the all-in-one package (a superset of all assemblies). You can install any of these sub-packages if you only want part of the functionality:
- "Microsoft.CodeAnalysis.CSharp.Workspaces" (C# compiler + services)
- "Microsoft.CodeAnalysis.VisualBasic.Workspaces" (VB compiler + services)
- "Microsoft.CodeAnalysis.Compilers" (both compilers)
- "Microsoft.CodeAnalysis.CSharp" (only the C# compiler)
- "Microsoft.CodeAnalysis.VisualBasic (only the VB compiler)
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/75e79dace86b274327a1afe479228d82a06051a4.
Microsoft.CodeAnalysis.BannedApiAnalyzers
by: Microsoft
- 1 total downloads
- Latest version: 3.3.5-beta1.23121.1
Banned API Analyzers
Microsoft.CodeAnalysis.Common
by: Microsoft
- 2 total downloads
- Latest version: 3.6.0-1.final
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn").
Do not install this package manually, it will be added as a prerequisite by other packages that require it.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/572b1f0e0da95fd92af710ee58c95e2257cb08e3.
Microsoft.CodeAnalysis.Razor
by: Microsoft
- 1 total downloads
- Latest version: 3.1.5
Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor design-time infrastructure.
Microsoft.CodeAnalysis.VisualBasic.Workspaces
by: Microsoft
- 4 total downloads
- Latest version: 4.1.0-1.final
.NET Compiler Platform ("Roslyn") support for analyzing Visual Basic projects and solutions.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/256d46e2333636eccd52866ca6f698f0ef4b9910.
Microsoft.CodeAnalysis.Workspaces.Common
by: Microsoft
- 31 total downloads
- Latest version: 4.11.0
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions.
Do not install this package manually, it will be added as a prerequisite by other packages that require it.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/5e3a11e2e7f952da93f9d35bd63a2fa181c0608b.
Microsoft.Diagnostics.Runtime
by: Microsoft
- 0 total downloads
- Latest version: 3.1.512801
ClrMD is a set of advanced APIs for programmatically inspecting a crash dump of a .NET program much in the same way that the SOS Debugging Extensions (SOS) do. This allows you to write automated crash analysis for your applications as well as automate many common debugger tasks. In addition to reading crash dumps ClrMD also allows supports attaching to live processes.
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 1 total downloads
- Latest version: 2.1.0-preview1-final
Entity Framework Core Package Manager Console Tools. Includes Scaffold-DbContext, Add-Migration, and Update-Database.
Microsoft.Extensions.Caching.Memory
by: Microsoft
- 3 total downloads
- Latest version: 9.0.0-preview.1.24080.9
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Caching.Redis
by: Microsoft
- 3 total downloads
- Latest version: 2.2.0-preview2-35157
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.
This package was built from the source at:
https://github.com/aspnet/Caching/tree/a3063f41bce093b3465a241ce0e3670f60f8d33e
Microsoft.Extensions.Caching.StackExchangeRedis
by: Microsoft
- 4 total downloads
- Latest version: 8.0.6
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/b8139c5ee58f1708b0e3368a1b241400edd6cbc4
Microsoft.Extensions.Compliance.Abstractions
by: Microsoft
- 3 total downloads
- Latest version: 9.10.0
Abstractions to help ensure compliant data management.
Microsoft.Extensions.Configuration.Binder
by: Microsoft
- 2 total downloads
- Latest version: 9.0.0-preview.5.24306.7
Provides the functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration. This package enables you to represent the configuration data as strongly-typed classes defined in the application code. To bind a configuration, use the Microsoft.Extensions.Configuration.ConfigurationBinder.Get extension method on the IConfiguration object. To use this package, you also need to install a package for the configuration provider, for example, Microsoft.Extensions.Configuration.Json for the JSON provider.