ASP NET 7 compilación nativa «Native AOT»
Como compilar ASP NET7 en Native AOT
public record GetFlightQuery(
string FlightNumber)
: IRequest<FlightDto>;
public class Handler
: IRequestHandler<
GetFlightQuery,
Como compilar ASP NET7 en Native AOT