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.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) =>