1

Closed

Collection property in complex type should be non-nullable

description

Related to: http://aspnetwebstack.codeplex.com/workitem/421

As we are setting collection property as non-nullable, the collection property in complex type should be non-nullable as well.

For model:
public class DeltaTests_TodoItems
{
    public string[] Items { get; set; }
}
It outputs following $metadata
    <ComplexType Name="DeltaTests_TodoItems">
      <Property Name="Items" Type="Collection(Edm.String)" />
    </ComplexType>
Closed Dec 14, 2012 at 9:13 PM by HongmeiG
This is external. We are tracking that internally.

comments