Quantcast
Channel: ASPNETWebStack Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 7215

Commented Issue: WebApi OData Ignore(Property) not honored - Still visible in $metadata [758]

$
0
0
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 ?

Viewing all articles
Browse latest Browse all 7215

Trending Articles