Quantcast
Channel: ASPNETWebStack Issue Tracker Rss Feed
Browsing all 7215 articles
Browse latest View live
↧

Commented Unassigned: [ODataAttrRouting] $value support requires adding a...

_Scenario_: I am using OData Attribute routing on a property of an entityCurrently I need to have 2 routes for support regular request and $value based one, otherwise I get a 404 when i make a request...

View Article


Created Unassigned: Web API: ReadAsMultipartAsync [1649]

Request.Content.ReadAsMultipartAsync(provider) appears to not be able to parse multi part form data from an AJAX Post/Put. I am using Web Api 2.1Accept application/json, text/plain, / Accept-Encoding...

View Article


Edited Issue: Rename ErrorMessageResult to BadRequestErrorMessageResult [1188]

Currently the ErrorMessageResult class is used to generate a result with a BadRequest status code. This is confusing as when the user does something like return new ErrorMessageResult() there is no...

View Article

Commented Unassigned: Web API: ReadAsMultipartAsync [1649]

Request.Content.ReadAsMultipartAsync(provider) appears to not be able to parse multi part form data from an AJAX Post/Put. I am using Web Api 2.1Accept application/json, text/plain, / Accept-Encoding...

View Article

Created Issue: It is unable to select the correct function if the funciton is...

OData protocol part1, 11.5.3.2 says: If the function is bound and the binding parameter type is part of an inheritance hierarchy, the function overload is selected based on the type of the URL segment...

View Article


Closed Task: webapi.odata update to v4 beta1 ODL [1632]

Update from v4 alpha2 to beta1 ODL: 1. ODataWorkspace -> ODataServiceDocument 2. Collection Type ref: isNullable inferred from element type ref 3. EdmTypeKind.Row is gone 4. Single container:...

View Article

Created Issue: It throws System.NotImplementedException if a bound function...

Say GetEmailsCount() is bound to Employee:<Function Name="GetEmailsCount" IsBound="true" m:IsAlwaysBindable="true"><Parameter Name="bindingParameter"...

View Article

Created Issue: It reports error if an entity set name is followed by a type...

Say Manager derives from Employee, if a URL like below is requested:~/Employees/Namespace.Managerthen it reports error that: No routing convention was found to select an action for the OData path with...

View Article


Created Issue: For bound actions, the combination of action name and the...

In CSDL protocol 12.1.1.1: Bound actions support overloading (multiple actions having the same name within the same namespace) by binding parameter type. The combination of action name and the binding...

View Article


Created Issue: In convention routing mode, the same method in a controller is...

~/Employees/WebStack.QA.Test.OData.BoundOperation.Manager/WebStack.QA.Test.OData.BoundOperation.IncreaseSalaryand ~/Employees/WebStack.QA.Test.OData.BoundOperation.IncreaseSalaryall lead to the method...

View Article

Commented Unassigned: XmlMediaTypeFormatter does not expose an option to...

The XmlMediaTypeFormatter does not expose an option to include the XML declarationAs per https://aspnetwebstack.codeplex.com/discussions/433153Comments: this appears to be in the ASP MVC 5.1 release,...

View Article

Edited Issue: OData 2: $filter=round(FloatProperty) eq 1 halt with...

I have an entity with following property:```public float FloatProperty { get; set; }```When I try to query data from it using my OData contoller like...

View Article

Edited Feature: Support ComplexTypeAttribute, AssociationAttribute,...

The current model builder doesn't support classes annotated with the ComplexType, AssociationLink, ConcurrencyCheck or Timestamp attributes in System.ComponentModel.DataAnotations.Supporting this...

View Article


Edited Unassigned: QueryableAttribute does not work when result model...

This initially looked like an Entity Framework problem, but the fact that the problem only occurs when OData parameters are included in the request makes me think it's probably an issue with the...

View Article

Edited Issue: It is better to rename method AddEntity to AddentityType in...

Now the public method names are:AddComplexType(Type type)AddEntity(Type type);AddEnumType(Type type);They are not accordant. It's better to rename AddEntity to AddEntityType. The same applies to method...

View Article


Edited Feature: Support ComplexType inheritance in OData [448]

The current ODataModelBuilder only support to set base type for entity type. However, the OData spec says complex type can have base type, too."derived type: A type that is derived from the base type....

View Article

Commented Unassigned: [ODataAttrRouting]Invalid route templates are not...

__Scenario__: I have a typo when supplying the url template for an OData route. Let's say the entity set name is incorrect.__Actual__:When the application launches, the attribute routes are not...

View Article


Edited Feature: Add support for $count in the ODataPathHandler [662]

Assigned to RTM for now, probably puntable

View Article

Edited Feature: Add Singletons in service document [1637]

ODL v4 spec adds Singletons in service document. Consider implementing them.

View Article

Edited Issue: Authorization on $expand functionality [1607]

The issue is created on behalf of a request on aspnet.uservoice.com:> Currently, there is no way to influence in what way $expand binds additional models. I would very much like to have some control...

View Article
Browsing all 7215 articles
Browse latest View live