Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
V2 2.0.6, V2 2.0.7, V2 2.0.8, V2 2.0.9, V2 2.0.10
-
None
-
None
Description
When a model is created like
@EdmEntityType(name = "Employee", namespace = "NAMESPACE_1")
@EdmEntitySet(name = "Employees")
public class Employee
where the complex type Location has facets nullable=false. The url /$metadata does not show this facet information.