ValidationsGenerator.ComplexType.cs (4)
81await VerifyEndpoint(compilation, "/complex-type-with-json-ignore", async (endpoint, serviceProvider) =>
119await VerifyEndpoint(compilation, "/record-type-with-json-ignore", async (endpoint, serviceProvider) =>
260await VerifyEndpoint(compilation, "/complex-type", async (endpoint, serviceProvider) =>
602await VerifyEndpoint(compilation, "/accessibility-test", async (endpoint, serviceProvider) =>
ValidationsGenerator.IValidatableObject.cs (4)
105await VerifyEndpoint(compilation, "/validatable-object", async (endpoint, serviceProvider) =>
231await VerifyEndpoint(compilation, "/base", async (endpoint, serviceProvider) =>
256await VerifyEndpoint(compilation, "/derived", async (endpoint, serviceProvider) =>
281await VerifyEndpoint(compilation, "/complex", async (endpoint, serviceProvider) =>
ValidationsGenerator.SkipValidation.cs (4)
450await VerifyEndpoint(compilation, "/simple-params", async (endpoint, serviceProvider) =>
466await VerifyEndpoint(compilation, "/non-skipped-complex-type", async (endpoint, serviceProvider) =>
487await VerifyEndpoint(compilation, "/skipped-complex-type", async (endpoint, serviceProvider) =>
501await VerifyEndpoint(compilation, "/always-skipped-type", async (endpoint, serviceProvider) =>