Microsoft.AspNetCore.TestHost by: Microsoft
  • 1 total downloads
  • Latest version: 7.0.17
  • aspnetcore hosting testing
ASP.NET Core web server for writing and running tests. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d0ca5a8d20ac50a33d5451e998a5d411a810c8d7
Microsoft.AspNetCore.WebUtilities by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.8
  • aspnetcore
ASP.NET Core utilities, such as for working with forms, multipart messages, and query strings. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/215a587e52efa710de84138b0a3374b860b924d8
Microsoft.Azure.Cosmos.Direct by: Microsoft
  • 1 total downloads
  • Latest version: 3.30.3
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.Azure.Cosmos.Table by: Microsoft
  • 2 total downloads
  • Latest version: 1.0.8
  • Microsoft Azure Table Cosmos CosmosDB azureofficial netstandard
This client library enables working with the Microsoft Azure CosmosDB Table API as well as Azure Table Storage. When used with Cosmos DB Table API, the library enables support for global distribution, automatic secondary indexes, dedicated throughput, and single-digit millisecond latency. See "Getting started with the Azure Cosmos DB: Table API" at https://aka.ms/premiumtables. When used with Azure Table Storage service, this library offers similar APIs and functionalities as WindowsAzure.Storage 8.7.0. For reporting issue, please file it at: https://github.com/Azure/azure-cosmos-table-dotnet/issues.
Microsoft.Bcl.Cryptography by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.0-preview.3.25171.5
Provides support for some cryptographic primitives for .NET Framework and .NET Standard.
Microsoft.Bcl.TimeProvider by: Microsoft
  • 1 total downloads
  • Latest version: 10.0.0-preview.7.25380.108
Provides support for system time abstraction primitives for .NET Framework and .NET Standard.
Microsoft.Build by: Microsoft
  • 3 total downloads
  • Latest version: 17.2.2
  • MSBuild
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
Microsoft.Build.Utilities.Core by: Microsoft
  • 2 total downloads
  • Latest version: 17.3.1
  • MSBuild
This package contains the Microsoft.Build.Utilities assembly which is used to implement custom MSBuild tasks.
Microsoft.CodeAnalysis.CSharp.Workspaces by: Microsoft
  • 1 total downloads
  • Latest version: 3.8.0-2.final
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
.NET Compiler Platform ("Roslyn") support for analyzing C# 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/beada51586dedc46a7fe5ca381ffb10e2b177070.
Microsoft.CodeAnalysis.Scripting.Common by: Microsoft
  • 2 total downloads
  • Latest version: 4.3.0-3.final
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
Microsoft .NET Compiler Platform ("Roslyn") shared scripting package. 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/29e657c0582904529bae2a87c227220e03f509cf.
Microsoft.CodeAnalysis.Workspaces.MSBuild by: Microsoft
  • 1 total downloads
  • Latest version: 4.4.0-2.final
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
.NET Compiler Platform ("Roslyn") support for analyzing MSBuild projects and solutions. This should be used with at least one of the following packages to add the appropriate language support: - Microsoft.CodeAnalysis.CSharp.Workspaces - Microsoft.CodeAnalysis.VisualBasic.Workspaces More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/2f760738cb92f32f50c981b68ba04ac3c8b7ee48.
Microsoft.CodeCoverage by: Microsoft
  • 1 total downloads
  • Latest version: 16.0.0-preview-20190201-03
  • vstest visual-studio unittest testplatform mstest microsoft test testing codecoverage code-coverage
Microsoft.CodeCoverage package brings infra for collecting code coverage from vstest.console.exe and "dotnet test".
Microsoft.Diagnostics.NETCore.Client by: Microsoft
  • 2 total downloads
  • Latest version: 0.2.510501
  • Diagnostic
.NET Core Diagnostics Client Library
Microsoft.Diagnostics.Runtime by: Microsoft
  • 2 total downloads
  • Latest version: 1.1.127808
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.Diagnostics.Tracing.TraceEvent by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.4
  • TraceEvent EventSource Microsoft ETW Event Tracing for Windows
Event Tracing for Windows (ETW) is a powerful logging mechanism built into the Windows OS and is used extensively in Windows. You can also log ETW events yourself code using the System.Diagnostics.Tracing.EventSource class. The TraceEvent library conains the classes needed to control ETW providers (including .NET EventSources) and parse the events they emit. The library includes -- TraceEventSession which can enable ETW providers, -- EtwTraceEventSource which lets you read the stream of ETW events, and -- TraceLog which is is digested form of ETW events which include decoded stack traces associated with the events. See https://github.com/Microsoft/perfview/blob/master/documentation/TraceEvent/TraceEventLibrary.md for more.
Microsoft.DotNet.PlatformAbstractions by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.6
Abstractions for making code that uses file system and environment testable.
Microsoft.DotNet.Scaffolding.Shared by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.11
  • aspnetcore codegenerator scaffolding visualstudioweb
Contains interfaces for Project Model and messaging for scaffolding.
Microsoft.EntityFrameworkCore.Design by: Microsoft
  • 1 total downloads
  • Latest version: 5.0.0-preview.2.20120.8
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Shared design-time components for Entity Framework Core tools.
Microsoft.EntityFrameworkCore.Sqlite.Core by: Microsoft
  • 3 total downloads
  • Latest version: 7.0.3
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore SQLite
SQLite database provider for Entity Framework Core. This package does not include a copy of the native SQLite library.
Microsoft.Extensions.Caching.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview2-final
  • cache memorycache distributedcache
Caching abstractions for in-memory cache and distributed cache. Commonly used types: Microsoft.Extensions.Caching.Distributed.IDistributedCache Microsoft.Extensions.Caching.Memory.IMemoryCache