Skip to content

Add missing datatype members to IPropertiesDescriptor #4366

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

Merged
merged 2 commits into from
Feb 10, 2020

Conversation

russcam
Copy link
Contributor

@russcam russcam commented Feb 5, 2020

This PR adds missing datatype method members to IPropertiesDescriptor<T, out TReturnType>
interface that were implemented on the concrete implementation PropertiesDescriptor<T>,
but not the concrete implementation SingleMappingSelector<T>.

Add XML docs to IProperty types

…ype>

This commit adds missing datatype method members to IPropertiesDescriptor<T, out TReturnType>
interface that were implemented on the concrete implementation PropertiesDescriptor<T>,
but not the concrete implementation SingleMappingSelector<T>.

Add XML docs to IProperty type
Copy link
Member

@Mpdreamz Mpdreamz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, would be nice to add this to the codestandards tests

This commit adds conventions tests for IPropertyDescriptor<,> to ensure
that there is a descriptor method for all IProperty types, and that the interface
IPropertyDescriptor<,> has an IProperty method implementation for all methods defined on
PropertyDescriptor<T>
@russcam
Copy link
Contributor Author

russcam commented Feb 10, 2020

I've added a couple of code standards tests

@russcam russcam merged commit 07bfc0a into 7.x Feb 10, 2020
russcam added a commit that referenced this pull request Feb 10, 2020
This commit

- Adds missing datatype method members to IPropertiesDescriptor<T, out TReturnType>
interface that were implemented on the concrete implementation PropertiesDescriptor<T>,
but not the concrete implementation SingleMappingSelector<T>.
- Adds XML docs to IProperty type
- Adds conventions tests for IPropertyDescriptor<,> to ensure
that there is a descriptor method for all IProperty types, and that the interface
IPropertyDescriptor<,> has an IProperty method implementation for all methods defined on
PropertyDescriptor<T>

(cherry picked from commit 07bfc0a)
@russcam
Copy link
Contributor Author

russcam commented Feb 10, 2020

ported to master a50f8a1

@Mpdreamz Mpdreamz deleted the fix/7x/property-descriptor branch February 10, 2020 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants