Skip to content

PropertyAttributeConvention does not apply to non-public properties  #2766

@anfomin

Description

@anfomin

Both PropertyAttributeConvention <T> and NavigationAttributeConvention<T> does not apply to protected and private properties. They use method Type.GetProperty(name) to get CLR property which always returns null for non-public ones.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions