5 references to NotFound
Aspire.Dashboard (4)
DashboardEndpointsBuilder.cs (4)
165return Results.NotFound(new ProblemDetails 197return Results.NotFound(new ProblemDetails 220return Results.NotFound(new ProblemDetails 238return Results.NotFound(new ProblemDetails
Microsoft.AspNetCore.Http.Results (1)
Results.cs (1)
602=> NotFound<object>(value);