5 references to Use
Aspire.Dashboard.Tests (1)
Integration\StartupTests.cs (1)
1162
app.
Use
(async (ctx, nxt) =>
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (2)
Latency\AcceptanceTests.cs (1)
45
app.
Use
(async (context, next) =>
Latency\ChecpointAcceptanceTests.cs (1)
90
app.
Use
((ctx, next) =>
Microsoft.AspNetCore.StaticAssets (1)
Development\StaticAssetDevelopmentRuntimeHandler.cs (1)
289
.
Use
((ctx, nxt) =>
Microsoft.AspNetCore.Testing.Tests (1)
TestResources\Startup.cs (1)
19
public void Configure(IApplicationBuilder app) => app.
Use
((HttpContext _, Func<Task> _) => Task.CompletedTask);