akhilkohlimicrosoft

Results 2 issues of akhilkohlimicrosoft

Hello, I have a entityset that contains Collection of ComplexType, Collection of EntityType and primitive types public class Test { String id; IEnumerable mockEntityType{ get; set; } IEnumerable mockComplexType{ get;...

bug

Looking for ways to support custom Odata Annotation with @odata.RequiredProperty in Response? The response example:- { "@odata.context":"https://localhost:9000/odata/$metadata#Documents","value": [ { "@odata.RequiredProperty":"testProperty" ,"ID":1,"Name":"Another.txt","Content":"test" }, { "@odata.RequiredProperty":"testProperty2" ,"ID":2,"Name":"Another2.txt","Content":"test2" } ] } Thanks for...

follow up