OpenAPI.NET.OData icon indicating copy to clipboard operation
OpenAPI.NET.OData copied to clipboard

Retrieves `RestrictedProperties` annotations annotated directly on navigations properties

Open irvinesunday opened this issue 3 years ago • 1 comments

Fixes https://github.com/microsoft/OpenAPI.NET.OData/issues/249

This PR:

  • Retrieves RestrictedProperties annotations annotated directly on navigations properties. If the entity type targeted by this navigation property also has RestrictedProperties annotations, this will take precedence first.
  • Retrieves IndexableByKey annotation annotated directly on a navigation property.
  • Updates tests appropriately.

irvinesunday avatar Aug 05 '22 11:08 irvinesunday

Leave comments, others looks good to me.

xuzhg avatar Aug 05 '22 17:08 xuzhg