Commented Unassigned: FormValueProvider does not recognize array item members...
This bug occurs when using jQuery POST to send complex JavaScript objects to the server as encoded HTTP form data.For example, if I need to post the following object:```{ singleProperty: 'hello',...
View ArticleCommented Issue: Add tracing for filter overrides [1106]
IOverrideFilter doesn't have any behavior itself; it is used as a marker for the filter pipeline processing, so the tracer for the filter itself doesn't output anything (since there are no methods on...
View ArticleClosed Issue: IBodyModelValidator should trace [889]
The IBodyModelValidator does not write to the trace writer, but it should.The TraceManager should be modified to wrap the IBodyModelValidator to log the Begin and End for the Validate. The End log...
View ArticleClosed Issue: Add tracing for filter overrides [1106]
IOverrideFilter doesn't have any behavior itself; it is used as a marker for the filter pipeline processing, so the tracer for the filter itself doesn't output anything (since there are no methods on...
View ArticleEdited Unassigned: date validation problem [1503]
I created a new MVC4 project in VS2012 with the basic template. I created a model class with a DateTime property. I added a default controller that sets the property to DateTime.Today and a default...
View ArticleCommented Unassigned: date validation problem [1503]
I created a new MVC4 project in VS2012 with the basic template. I created a model class with a DateTime property. I added a default controller that sets the property to DateTime.Today and a default...
View ArticleCommented Unassigned: date validation problem [1503]
I created a new MVC4 project in VS2012 with the basic template. I created a model class with a DateTime property. I added a default controller that sets the property to DateTime.Today and a default...
View ArticleEdited Issue: Json.Encode doesn't encode array properties returned from...
With this code:```var personJson = "{name:\"George\",aliases:[\"Peter\",\"David\"]}";var person = Json.Decode(personJson);person.name = "Michael";personJson = Json.Encode(person);```Json.Encode is...
View ArticleCommented Issue: Json.Encode doesn't encode array properties returned from...
With this code:```var personJson = "{name:\"George\",aliases:[\"Peter\",\"David\"]}";var person = Json.Decode(personJson);person.name = "Michael";personJson = Json.Encode(person);```Json.Encode is...
View ArticleEdited Issue: Json.Encode doesn't encode array properties returned from...
With this code:```var personJson = "{name:\"George\",aliases:[\"Peter\",\"David\"]}";var person = Json.Decode(personJson);person.name = "Michael";personJson = Json.Encode(person);```Json.Encode is...
View ArticleCreated Issue: It is needed to support querying a property of a complex type...
In URL protocol v4 this type of query url is supported:~/Employees(1)/FaverateSports/LikeMostFaverateSports is a complex type property, and LikeMost is one of its properties. 4.6 Addressing a Property...
View ArticleCreated Unassigned: DefaultODataBatchHandler doesn't handle urls relative to...
Hi,in the specification for $batch it states that inner request urls can be absolute, relative to the host or relative to the batch request uri.> The Request-URI of HTTP requests serialized within...
View ArticleEdited Feature: Support cast() in $filter [1586]
Currently, the following query throws:http://localhost:20598/odata/Products?$filter=ID eq cast('1', 'Edm.Int32')```{"odata.error": {"code": "","message": {"lang": "en-US","value": "An error has...
View ArticleCommented Feature: Support cast() in $filter [1586]
Currently, the following query throws:http://localhost:20598/odata/Products?$filter=ID eq cast('1', 'Edm.Int32')```{"odata.error": {"code": "","message": {"lang": "en-US","value": "An error has...
View ArticleCreated Task: Change to ODL Full Uri Parser [1595]
ODL v4.0 have a new interface to support full Uri Parser. Can WebApi change to use these interface?
View ArticleCommented Issue: GetClientValidationRules() needs the container passed in [1528]
// Copied from https://aspnet.codeplex.com/workitem/5137// Vote number : 18// Attached file : [MvcApplication3.zip...
View ArticleCommented Issue: Web API OData Error: The complex type 'S' refers to the...
I am testing building an OData feed with ASP.NET WebAPI in Visual Studio 2013. I am using the following versions:* .NET 4.5* Entity Framework 6.0.2-beta1* ODataLib 5.6.0I am getting the following error...
View ArticleEdited Feature: OData $format parameter is ignored [278]
In WebApi OData requests $format parameter, which should allow to change returned format is ignored, even it said, that it should override headers information...
View ArticleCommented Feature: OData $format parameter is ignored [278]
In WebApi OData requests $format parameter, which should allow to change returned format is ignored, even it said, that it should override headers information...
View ArticleCommented Issue: Web API OData Error: The complex type 'S' refers to the...
I am testing building an OData feed with ASP.NET WebAPI in Visual Studio 2013. I am using the following versions:* .NET 4.5* Entity Framework 6.0.2-beta1* ODataLib 5.6.0I am getting the following error...
View Article