6 references to NotFound
Aspire.Hosting.Tests (1)
Health\FriendlyHealthCheckErrorMessagesTests.cs (1)
138
webApp.MapGet("/", () => Results.
NotFound
());
CatalogService (2)
CatalogApi.cs (2)
37
return Results.
NotFound
();
44
return Results.
NotFound
();
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerFactory.cs (1)
136
return Results.
NotFound
();
MySql.ApiService (2)
Program.cs (2)
41
: Results.
NotFound
();
64
return rows > 0 ? Results.NoContent() : Results.
NotFound
();