Microsoft.AspNetCore.MiddlewareAnalysis 10.0.0-preview.5.25277.114

Prefix Reserved
This is a prerelease version of Microsoft.AspNetCore.MiddlewareAnalysis.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Microsoft.AspNetCore.MiddlewareAnalysis --version 10.0.0-preview.5.25277.114
                    
NuGet\Install-Package Microsoft.AspNetCore.MiddlewareAnalysis -Version 10.0.0-preview.5.25277.114
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.AspNetCore.MiddlewareAnalysis" Version="10.0.0-preview.5.25277.114" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.MiddlewareAnalysis" Version="10.0.0-preview.5.25277.114" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.MiddlewareAnalysis" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.AspNetCore.MiddlewareAnalysis --version 10.0.0-preview.5.25277.114
                    
#r "nuget: Microsoft.AspNetCore.MiddlewareAnalysis, 10.0.0-preview.5.25277.114"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Microsoft.AspNetCore.MiddlewareAnalysis&version=10.0.0-preview.5.25277.114&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.MiddlewareAnalysis&version=10.0.0-preview.5.25277.114&prerelease
                    
Install as a Cake Tool

ASP.NET Core middleware for analyzing middleware in the request pipeline with System.Diagnostics.DiagnosticSource.

This package was built from the source code at https://github.com/dotnet/dotnet/tree/ddf39a1b4690fbe23aea79c78da67004a5c31094

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on Microsoft.AspNetCore.MiddlewareAnalysis:

Repository Stars
ThreeMammals/Ocelot
.NET API Gateway
MiniProfiler/dotnet
A simple but effective mini-profiler for ASP.NET (and Core) websites
andrewlock/asp-dot-net-core-in-action-3e
Source code examples for ASP.NET Core in Action, Third Edition
SRoddis/Mongo.Migration
On-the-fly migrations with MongoDB C# Driver