Commented Unassigned: Model Binding Validation Breaking Change in MVC 5 [1663]
A change in CompositeModelValidator.Validate method breaking some functionality of existing applications. MVC 4,```public override IEnumerable<ModelValidationResult> Validate(object container){...
View ArticleEdited Feature: Emit navigation properties with source multiplicity '*' if...
we emit properties with source multiplicity '0..1' by default if the target multiplicity is 1. users cannot configure the source end of the multiplicity. So, we should emit a better default which in...
View ArticleCommented Unassigned: MAJOR Issue with MVC 5.1/ Web API + Jquery [1664]
As of the 5.1 update you've introduced a serious issue in to Request.CreateResponse.If you return Request.CreateResponse(HttpStatusCode.OK) (or Accepted or any other success code) and the jquery ajax...
View ArticleCommented 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 ArticleEdited 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 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 ArticleClosed Issue: Web API OData Error: The complex type 'S' refers to the entity...
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 ArticleCommented 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 ArticleCommented 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 ArticleCommented 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 ArticleEdited Unassigned: KeyValueParser doesn't handle '=' properly [1458]
When trying to parse the a key whose value is '=', KeyValueParser fails.
View ArticleEdited Unassigned: [OData] Incorrect use of EdmTypeCannotBeNull message [1558]
This resource string expects a simple type name, IEdmObject in particular, as the second parameter. Otherwise "an [1} cannot" doesn't scan.Unfortunately EntityInstanceContext.GetPropertyValue() uses...
View ArticleClosed Unassigned: [OData] Incorrect use of EdmTypeCannotBeNull message [1558]
This resource string expects a simple type name, IEdmObject in particular, as the second parameter. Otherwise "an [1} cannot" doesn't scan.Unfortunately EntityInstanceContext.GetPropertyValue() uses...
View ArticleClosed Issue: Url.Action overloads (and similar) ignore inherited properties...
In MVC4, Url.Action (and similar functions) that take an 'object' of route values would construct a route value dictionary directly and rely on the logic inside the RouteValueDictionary class to...
View ArticleEdited Feature: Controller name requirements should be relaxed with attribute...
The requirement to end the name of your controller with 'Controller' should be relaxed when using attribute routing, since you can unambiguously determine the name of the controller class. The...
View ArticleCommented Feature: Controller name requirements should be relaxed with...
The requirement to end the name of your controller with 'Controller' should be relaxed when using attribute routing, since you can unambiguously determine the name of the controller class. The...
View ArticleClosed Unassigned: MAJOR Issue with MVC 5.1/ Web API + Jquery [1664]
As of the 5.1 update you've introduced a serious issue in to Request.CreateResponse.If you return Request.CreateResponse(HttpStatusCode.OK) (or Accepted or any other success code) and the jquery ajax...
View ArticleCommented Unassigned: Model Binding Validation Breaking Change in MVC 5 [1663]
A change in CompositeModelValidator.Validate method breaking some functionality of existing applications. MVC 4,```public override IEnumerable<ModelValidationResult> Validate(object container){...
View ArticleEdited Issue: IQueryable doesn't get serialized properly [1641]
When ODataqueryOptions get binded to the parameters and the query includes a select or an expand, the formatter should be able to serialize IQueryable<IEdmEntityObject>. CanWriteType does the...
View ArticleCommented Unassigned: The given path's format is not supported when a column...
When requesting this urlhttp://www.mylocalsite.com/en/product_images/view/page:2MVC throws an exception and there is no way to catch it.System.NotSupportedExceptionThe given path's format is not...
View Article