7 references to Customer
MinimalValidationSample (7)
artifacts\obj\MinimalValidationSample\Release\net10.0\generated\Microsoft.Extensions.Validation.ValidationsGenerator\Microsoft.Extensions.Validation.ValidationsGenerator\ValidatableInfoResolver.g.cs (6)
100
if (type == typeof(global::
Customer
))
103
type: typeof(global::
Customer
),
106
containingType: typeof(global::
Customer
),
112
containingType: typeof(global::
Customer
),
118
containingType: typeof(global::
Customer
),
124
containingType: typeof(global::
Customer
),
Program.cs (1)
17
app.MapPost("/customers", (
Customer
customer) => TypedResults.Created($"/customers/{customer.Name}", customer));