11 references to UseEndpoints
Aspire.Dashboard.Tests (1)
Integration\MockOpenIdAuthority.cs (1)
38app.UseEndpoints(endpoints =>
Microsoft.AspNetCore (1)
WebApplicationBuilder.cs (1)
463app.UseEndpoints(_ => { });
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (5)
Latency\AcceptanceTests.cs (1)
68app.UseEndpoints(endpoints =>
Latency\ChecpointAcceptanceTests.cs (2)
58app.UseEndpoints(endpoints => endpoints.MapGet("/", async context => await context.Response.WriteAsync("Hello World!"))); 99app.UseEndpoints(endpoints => endpoints.MapGet("/", async context => await context.Response.WriteAsync("Hello World!")));
Logging\AcceptanceTests.Mvc.cs (1)
48.UseEndpoints(endpoints => endpoints.MapControllers());
Logging\AcceptanceTests.Routing.cs (1)
39.UseEndpoints(endpoints =>
Microsoft.AspNetCore.Routing (4)
Builder\EndpointRoutingApplicationBuilderExtensions.cs (4)
28/// <see cref="UseEndpoints(IApplicationBuilder, Action{IEndpointRouteBuilder})"/> for the same <see cref="IApplicationBuilder"/> 34/// and <see cref="UseEndpoints(IApplicationBuilder, Action{IEndpointRouteBuilder})"/> may observe or change the 74/// A call to <see cref="UseEndpoints(IApplicationBuilder, Action{IEndpointRouteBuilder})"/> must be preceded by a call to 81/// and <see cref="UseEndpoints(IApplicationBuilder, Action{IEndpointRouteBuilder})"/> may observe or change the