5 references to Order
MinimalValidationSample (5)
artifacts\obj\MinimalValidationSample\Release\net10.0\generated\Microsoft.Extensions.Validation.ValidationsGenerator\Microsoft.Extensions.Validation.ValidationsGenerator\ValidatableInfoResolver.g.cs (4)
133
if (type == typeof(global::
Order
))
136
type: typeof(global::
Order
),
139
containingType: typeof(global::
Order
),
145
containingType: typeof(global::
Order
),
Program.cs (1)
19
app.MapPost("/orders", (
Order
order) => TypedResults.Created($"/orders/{order.OrderId}", order));