Created 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 Unassigned: Enum support in WebApi [1584]
WebApi treats Enum type as String and processes Enum type specially.Since OData V4 supports Enum type, we want to support Enum type in WebApi after OData migrates to V4.ODataModelBuilder,...
View ArticleEdited Feature: Enum support in WebApi [1584]
WebApi treats Enum type as String and processes Enum type specially.Since OData V4 supports Enum type, we want to support Enum type in WebApi after OData migrates to V4.ODataModelBuilder,...
View ArticleCreated Issue: It's better to support automatically adding actions and...
Now it is need to add actions and functions in this way: var actionConfiguration = employee.Action("AddSkill"); actionConfiguration.Parameter<Skill>("skill");...
View ArticleCreated Unassigned: Add symbols for System.Net.Http.Formatting 5.00.11001.0...
Can symbols be added to symbolserver.org for System.Net.Http.Formatting? They are missing.System.Net.Http.Formatting.dll 5.00.11001.0 Symbol load info:```SYMSRV:...
View ArticleEdited Unassigned: Add symbols for System.Net.Http.Formatting [1588]
Can symbols be added to symbolserver.org for System.Net.Http.Formatting? They are missing.System.Net.Http.Formatting.dll 5.00.11001.0 for WebApi Client 5.0.0Symbol load info:```SYMSRV:...
View ArticleEdited Feature: Enum support in WebApi [1584]
WebApi treats Enum type as String and processes Enum type specially.Since OData V4 supports Enum type, we want to support Enum type in WebApi after OData migrates to V4.ODataModelBuilder,...
View ArticleCommented Feature: Enum support in WebApi [1584]
WebApi treats Enum type as String and processes Enum type specially.Since OData V4 supports Enum type, we want to support Enum type in WebApi after OData migrates to V4.ODataModelBuilder,...
View ArticleCreated Unassigned: JQueryMvcFormUrlEncodedFormatter use wrong...
`JQueryMvcFormUrlEncodedFormatter` use `FormDataCollectionExtensions.ReadAs` method which creates new `HttpConfiguration`. That behavior prevents me to make use of custom `IModelBinder`.
View ArticleCreated Unassigned: HttpRequestMessageExtensions.GetQueryNameValuePairs...
Re-evaluation causes the request URI to be re-parsed and new data created every time. It would be much better to not have the IE<T> be re-evaluated.
View ArticleCommented Feature: Enum support in WebApi [1584]
WebApi treats Enum type as String and processes Enum type specially.Since OData V4 supports Enum type, we want to support Enum type in WebApi after OData migrates to V4.ODataModelBuilder,...
View ArticleEdited Issue: It's better to support automatically adding actions and...
Now it is need to add actions and functions in this way: var actionConfiguration = employee.Action("AddSkill"); actionConfiguration.Parameter<Skill>("skill");...
View ArticleEdited Issue: It's better to support automatically adding actions and...
Now it is need to add actions and functions in this way: var actionConfiguration = employee.Action("AddSkill"); actionConfiguration.Parameter<Skill>("skill");...
View ArticleEdited Feature: Change $link to $ref [1582]
in OData v4, entity reference is requested by $ref instead of $link. So we need to change accordingly.
View ArticleEdited Issue: EntityContainer is in a different namespace than EntityType [1579]
By default, in webapi.odata (from v3), EntityContainer is in a different namespace than EntityType. Consider make them in the same namespace by default.```<?xml version="1.0"...
View ArticleCommented Feature: Enum support in WebApi [1584]
WebApi treats Enum type as String and processes Enum type specially.Since OData V4 supports Enum type, we want to support Enum type in WebApi after OData migrates to V4.ODataModelBuilder,...
View ArticleEdited Feature: Enum support in WebApi [1584]
WebApi treats Enum type as String and processes Enum type specially.Since OData V4 supports Enum type, we want to support Enum type in WebApi after OData migrates to V4.ODataModelBuilder,...
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 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 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 Article