Using ODataConventionModelBuilder in the nightly build from 1/8. Calling builder.Entity<Person>().Ignore(p => p.SocialSecurityNumber).
Fetching the $metadata still shows the property, so OData clients generate proxies with the ignored properties.
Comments: I cannot repro this issue. Could you please share some standalone repro or code snippet ?
Fetching the $metadata still shows the property, so OData clients generate proxies with the ignored properties.
Comments: I cannot repro this issue. Could you please share some standalone repro or code snippet ?