OpenAPI.NET.OData
OpenAPI.NET.OData copied to clipboard
Retrieves `RestrictedProperties` annotations annotated directly on navigations properties
Fixes https://github.com/microsoft/OpenAPI.NET.OData/issues/249
This PR:
- Retrieves
RestrictedPropertiesannotations annotated directly on navigations properties. If the entity type targeted by this navigation property also hasRestrictedPropertiesannotations, this will take precedence first. - Retrieves
IndexableByKeyannotation annotated directly on a navigation property. - Updates tests appropriately.
Leave comments, others looks good to me.