6 references to NotFound
Aspire.Dashboard (4)
DashboardEndpointsBuilder.cs (4)
149return Results.NotFound(new ProblemDetails 180return Results.NotFound(new ProblemDetails 201return Results.NotFound(new ProblemDetails 219return Results.NotFound(new ProblemDetails
Microsoft.AspNetCore.Http.Results (1)
Results.cs (1)
602=> NotFound<object>(value);
Microsoft.AspNetCore.Http.Results.Tests (1)
ResultsTests.cs (1)
1186var result = Results.NotFound(value) as NotFound<Todo>;