aspnet-api-versioning
aspnet-api-versioning copied to clipboard
fix(ApiExplorer): SubstitutedType have invalid property setter
fix(ApiExplorer): SubstitutedType have invalid property setter
- [x] You've read the Contributor Guide and Code of Conduct.
- [x] You've included unit or integration tests for your change, where applicable.
- [x] You've included inline docs for your change, where applicable.
- [x] There's an open issue for the PR that you are making. If you'd like to propose a new feature or change, please open an issue to discuss the change or find an existing issue.
Description
The PropertySetter of the SubstitutedType properties have 0 parameters: they had the same signature of the Getter.
Fixes #1104