-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
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
ModelMetadataType attributes are ignored if the target class is inherited #2507
Comments
This issue is stale because it has been open for 60 days with no activity. It will be automatically closed in 14 days if no further updates are made. |
Looks like this might be a duplicate of #1981. |
This issue is stale because it has been open for 60 days with no activity. It will be automatically closed in 14 days if no further updates are made. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Version="6.4.0"
Steps to reproduce:
Expected result: In generated swagger.json both CreateDto and UpdateDto schemas should be different and have the combination of the attributes from Base DTO class and from corresponded metadata classes:
Actual result: both inherited classes are identical, attributes from metadata classes are ignored
The text was updated successfully, but these errors were encountered: