Microsoft.AspNetCore.Diagnostics by: Microsoft
  • 7 total downloads
  • Latest version: 1.1.3
  • aspnetcore,diagnostics
ASP.NET Core middleware for exception handling, exception display pages, and diagnostics information. Includes developer exception page middleware, exception handler middleware, runtime info middleware, status code page middleware, and welcome page middleware
Microsoft.AspNetCore.Diagnostics.Identity.Service by: Microsoft
  • 1 total downloads
  • Latest version: 1.0.0-preview1-final
  • aspnetcore
ASP.NET Core Identity Service Diagnostics Middleware.
Microsoft.AspNetCore.Mvc by: Microsoft
  • 8 total downloads
  • Latest version: 2.0.0
  • aspnetcore aspnetcoremvc
ASP.NET Core MVC is a web framework that gives you a powerful, patterns-based way to build dynamic websites and web APIs. ASP.NET Core MVC enables a clean separation of concerns and gives you full control over markup.
Microsoft.AspNetCore.Mvc.Razor.Host by: Microsoft
  • 6 total downloads
  • Latest version: 1.1.4
  • aspnetcore,aspnetcoremvc,cshtml,razor
ASP.NET Core MVC design time hosting infrastructure for the Razor view engine.
Microsoft.AspNetCore.Mvc.TagHelpers by: Microsoft
  • 8 total downloads
  • Latest version: 2.0.0-preview2-final
  • aspnetcore aspnetcoremvc taghelper taghelpers
ASP.NET Core MVC default tag helpers. Contains tag helpers for anchor tags, HTML input elements, caching, scripts, links (for CSS), and more.
Microsoft.AspNetCore.Mvc.ViewFeatures by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.2
  • aspnetcore,aspnetcoremvc
ASP.NET Core MVC view rendering features. Contains common types used in most MVC applications as well as view rendering features such as view engines, views, view components, and HTML helpers. Commonly used types: Microsoft.AspNetCore.Mvc.Controller Microsoft.AspNetCore.Mvc.ValidateAntiForgeryTokenAttribute Microsoft.AspNetCore.Mvc.ViewComponent
Microsoft.AspNetCore.ResponseCaching by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.2
  • aspnetcore,cache,caching
ASP.NET Core middleware for caching HTTP responses on the server.
Microsoft.Azure.Cosmos by: Microsoft
  • 0 total downloads
  • Latest version: 3.22.1-preview
  • microsoft azure cosmos cosmosdb documentdb docdb nosql azureofficial dotnetcore netcore netstandard
This client library enables client applications to connect to Azure Cosmos via the SQL API. Azure Cosmos is a globally distributed, multi-model database service. For more information, refer to http://azure.microsoft.com/services/cosmos-db/.
Microsoft.Azure.Storage.Blob by: Microsoft
  • 10 total downloads
  • Latest version: 11.1.4
  • Microsoft, Azure, Blob, StorageScalable, azureofficial
This client library enables working with the Microsoft Azure Storage Blob service for storing binary and text data. For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/Blob/README.md and https://github.com/Azure/azure-storage-net/blob/master/Blob/Changelog.txt in addition to the breaking changes https://github.com/Azure/azure-storage-net/blob/master/Blob/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/ REST API Reference for Blob Service - https://docs.microsoft.com/en-us/rest/api/storageservices/blob-service-rest-api This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure Storage service are: * https://www.nuget.org/packages/Azure.Storage.Blobs * https://www.nuget.org/packages/Azure.Storage.Queues/ * https://www.nuget.org/packages/Azure.Storage.Files.Shares/ It is recommended that you move to the new package.
Microsoft.CodeAnalysis.AnalyzerUtilities by: Microsoft
  • 15 total downloads
  • Latest version: 3.11.0-beta1.25076.3
  • Roslyn Analyzer Utilities CodeAnalysis Dataflow ControlFlowGraph FlowAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics
Analyzer utilities for various analyses, including Dataflow analysis based on ControlFlowGraph API in Microsoft.CodeAnalysis.
Microsoft.CodeAnalysis.CSharp by: Microsoft
  • 1 total downloads
  • Latest version: 2.7.0
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
.NET Compiler Platform ("Roslyn") support for C#, Microsoft.CodeAnalysis.CSharp.dll. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/e873e69306527a0424e97af2985370556f474019
Microsoft.Diagnostics.Tracing.TraceEvent by: Microsoft
  • 3 total downloads
  • Latest version: 3.1.18
  • 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.DiaSymReader by: Microsoft
  • 6 total downloads
  • Latest version: 1.4.0
  • DiaSymReader ISymUnmanagedReader PDB COM interop debugging
Microsoft DiaSymReader interop interfaces and utilities.
Microsoft.EntityFrameworkCore.Tools by: Microsoft
  • 62 total downloads
  • Latest version: 9.0.0
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio. Enables these commonly used commands: Add-Migration Bundle-Migration Drop-Database Get-DbContext Get-Migration Optimize-DbContext Remove-Migration Scaffold-DbContext Script-Migration Update-Database
Microsoft.Extensions.CommandLineUtils by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.1
  • commandline,parsing
Command-line parsing API. Commonly used types: Microsoft.Extensions.CommandLineUtils.CommandLineApplication Microsoft.Extensions.CommandLineUtils.CommandOption
Microsoft.Extensions.DependencyModel by: Microsoft.Extensions.DependencyModel
  • 1 total downloads
  • Latest version: 1.1.1
Abstractions for reading `.deps` files.
Microsoft.IO.RecyclableMemoryStream by: Microsoft
  • 9 total downloads
  • Latest version: 2.3.2
  • MemoryStream Memory performance GC garbage collection stream scalable buffer
A pooled MemoryStream allocator to decrease GC load and improve performance on highly scalable systems.
Microsoft.NETCore.App.Host.linux-x64 by: Microsoft
  • 2 total downloads
  • Latest version: 8.0.12
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.DotNetAppHost by: Microsoft
  • 1 total downloads
  • Latest version: 10.0.0-preview.2.25163.2
Provides the .NET app bootstrapper intended for use in the application directory
Microsoft.NETCore.DotNetHostResolver by: Microsoft
  • 78 total downloads
  • Latest version: 8.0.13
Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost