Edited Issue: ConventionModelBuilder.ReconfigureEntityTypesAsComplexType...
if the backing CLR types for complex types are in an inheritance hierarchy, ReconfigureEntityTypesAsComplexTypes fails to add base type properties resulting in partial or empty types.
View ArticleCommented Issue: OutputCache CacheProfile varyByParam does not work [425]
I've faced a problem when varyByParam set in web.config was not respected.<add name="MyName" duration="5" varyByParam="none" />//this works[OutputCache(CacheProfile = "MyName", VaryByParam =...
View ArticleCommented Issue: Coerce key values added to RouteData in...
When adding a key value to the controller context RouteValues, the value should be coerced into the appropriate CLR type based upon the Key of the EntitySet in question. The lack of this causes an...
View ArticleCommented Issue: Put ODataModelBinder on per controller configuration...
Since service supports per controller configuration, we may consider to make an ODataControllerAttribute which register the ODataModelBinder to service and place the attribute on...
View ArticleCreated Issue: Review the exception types thrown by the OData formatter...
Probably doesn't meet the RTM bar.Youssef:About the InvalidOperation vs SerializationException, there are ~20 invalid operations thrown in the formatter namespace (more than the serialization...
View ArticleCommented Issue: ValidateQuery: Method not found: 'Int32...
Here's the query that is generating this error in QueryableAttribute.ValidateQuery:<baseurl>?$orderby=Date%20desc&$filter=Date%20ge%20datetime'2012-11-19T00:00:00Z'This worked until very...
View ArticleCommented Feature: OData does not support $select [326]
This is the second most important odata commands after $filter. It's also trivial to implement because it's directly translatable to Dynamiclinq without alteration other than escaping it.Comments:...
View ArticleCommented Issue: Multiple DisplayModes - Caching error, will show wrong View...
HiI have large issue with one of my sites where i have implemted multiple views side by side using MVC4 DisplayModes.Pages are...
View ArticleCreated Issue: Web Tools 2012.2 RC: Unable to Add a Controller with...
SUMMARYThere seems to be a Web Tools 2012.2 RC regression while adding Controllers with EF CRUD support. The following scenario works as expected without Web Tools refresh.ENVIRONMENT INFOMicrosoft...
View ArticleEdited Issue: Support $filter and $orderby on primitive or complex...
ODL uri parser supports this. The syntax looks like,<br />"~CollectionOfString?$filter=indexof($it, 'hello, world') ne -1"
View ArticleCommented Issue: Support $filter and $orderby on primitive or complex...
ODL uri parser supports this. The syntax looks like,<br />"~CollectionOfString?$filter=indexof($it, 'hello, world') ne -1"Comments:...
View ArticleEdited Issue: Error writing out response when certain link generators return...
Scenario1<br />------------<br />In this scenario, I would like to make a read-only entityset for Products. I am commenting out the line which creates the Edit link. This is from the...
View ArticleCommented Issue: Error writing out response when certain link generators...
Scenario1<br />------------<br />In this scenario, I would like to make a read-only entityset for Products. I am commenting out the line which creates the Edit link. This is from the...
View ArticleEdited Issue: Queryable won't work for normal web api after adding odata...
The scenario is that after user added odata service to an existing web api application, the old api's queryable won't work as before.<br /><br />The reason is that we set the global edm...
View ArticleCommented Issue: Queryable won't work for normal web api after adding odata...
The scenario is that after user added odata service to an existing web api application, the old api's queryable won't work as before.<br /><br />The reason is that we set the global edm...
View ArticleEdited Issue: Review the exception types thrown by the OData formatter...
Probably doesn't meet the RTM bar.<br /><br />Youssef:<br /><br />About the InvalidOperation vs SerializationException, there are ~20 invalid operations thrown in the formatter...
View ArticleCommented Issue: Web Tools 2012.2 RC: Unable to Add a Controller with...
SUMMARYThere seems to be a Web Tools 2012.2 RC regression while adding Controllers with EF CRUD support. The following scenario works as expected without Web Tools refresh.ENVIRONMENT INFOMicrosoft...
View ArticleCreated Issue: Set ValidationContext.MemberName [729]
When implementing a custom ValidationAttribute, the ValidationContext passed to IsValid does not have the MemberName property set. Solution would be to set the MemberName from the...
View ArticleCreated Issue: Document not generated when routeTemplate not includes...
So I have Web Application project (not MVC), in Global.asax.cs we didn't do RouteTable.Routes.MapHttpRoute to maps all controller. For example, we are not using this:i.e)...
View ArticleEdited Issue: Document not generated when routeTemplate not includes optional...
So I have Web Application project (not MVC), in Global.asax.cs we didn't do RouteTable.Routes.MapHttpRoute to maps all controller. <br />For example, we are not using this:<br />i.e)<br...
View Article