issues
search
atc-net
/
atc-rest-api-generator
A REST API code generator from OpenAPI Specification in YAML or Json file format
https://atc-net.github.io/repository/atc-rest-api-generator
MIT License
19
stars
4
forks
source link
Pattern validation for model properties, fixes #61
#96
Closed
egil
closed
3 years ago
egil
commented
3 years ago
This PR fixes #61.
Includes:
Fixes for the model test-runner, which didn't include class name in the output.
Created tests for this bug that verifies that various combination of validation attributes are added to properties
Implemented pattern validation using the
RegularExpressionAttribute
type
This PR fixes #61.
Includes:
RegularExpressionAttribute
type