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)
100if (type == typeof(global::Customer)) 103type: typeof(global::Customer), 106containingType: typeof(global::Customer), 112containingType: typeof(global::Customer), 118containingType: typeof(global::Customer), 124containingType: typeof(global::Customer),
Program.cs (1)
17app.MapPost("/customers", (Customer customer) => TypedResults.Created($"/customers/{customer.Name}", customer));