We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suppose I have 20 parameters in a class, and each parameter requires many System Components.Model.Attributes, this will look confusing.
System Components.Model.Attributes
description、required、defaultValue、range、minLength、maxLength、regularExpression...
emailAddress、phone... and other custom validation.
Can OpenApi support it will use System.ComponentModel.Attributes changed to Fluent mode. EntityFramework provides two options, Fluent and Attributes.
System.ComponentModel.Attributes
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
Suppose I have 20 parameters in a class, and each parameter requires many
System Components.Model.Attributes
, this will look confusing.description、required、defaultValue、range、minLength、maxLength、regularExpression...
emailAddress、phone... and other custom validation.
Describe the solution you'd like
Can OpenApi support it will use
System.ComponentModel.Attributes
changed to Fluent mode.EntityFramework provides two options, Fluent and Attributes.
Additional context
No response
The text was updated successfully, but these errors were encountered: