Epicycle23
Epicycle23
Schema generation - When using a custom JSchemaGenerationProvider some DataAnnotations are ignored
When using a custom JSchemaGenerationProvider DataAnnotations like MinLength/MaxLength are not generated in the schema. ``` public class ExampleSchemaProvider : JSchemaGenerationProvider { public override JSchema GetSchema(JSchemaTypeGenerationContext context){ JSchema schema = context.Generator.Generate(context.ObjectType);...
**Describe the bug** When passing a parameter from the substitute itself to a (received) assertion it passes although it clearly shouldn't. **To Reproduce** ``` public interface ICandidate { string Name...