Edited Issue: QueryableAttribute failed under partial trust [411]
To repro:1. Add [Queryable] to web api action2. Host the service in IIS with configuration: <system.web> <compilation targetFramework="4.0" /> <trust level="Medium" />...
View ArticleEdited Issue: Web Pages and asynchronous methods with Task-based Asynchronous...
It would be nice if Web Pages can support asynchronous methods with Task-based Asynchronous Pattern, for example something similar to PageAsyncTask in Web Forms.
View ArticleCommented Issue: Web Pages and asynchronous methods with Task-based...
It would be nice if Web Pages can support asynchronous methods with Task-based Asynchronous Pattern, for example something similar to PageAsyncTask in Web Forms.Comments: Our main requirement for this...
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 ArticleEdited Issue: Multiple DisplayModes - Caching error, will show wrong View [280]
HiI have large issue with one of my sites where i have implemted multiple views side by side using MVC4 DisplayModes.Pages are...
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 ArticleEdited Issue: Simplify EdmModelHelperMethods.BuildEdmModel [414]
Currently this method has a number of supressions for complexity and coupling.Refactor to simplify.
View ArticleCommented Issue: Simplify EdmModelHelperMethods.BuildEdmModel [414]
Currently this method has a number of supressions for complexity and coupling.Refactor to simplify.Comments: See commit: http://aspnetwebstack.codeplex.com/SourceControl/changeset/1d34d93f0665
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 ArticleCommented Issue: Support case-insensitive property names in OData queries [366]
For OData $filter/$sort queries, our output could potentially different casings vs. the model. In this scenario the query parsing will fail.For example, if my model has a "Name" property but my JSON...
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 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 Task: Move EntitySetController into System.Web.Http.OData.dll [419]
We should rework the sample controller from the samples...
View ArticleEdited Task: Move EntitySetController into System.Web.Http.OData.dll [419]
We should rework the sample controller from the samples <a...
View ArticleEdited Task: Move EntitySetController into System.Web.Http.OData.dll [419]
We should rework the sample EntitySetController from the samples into System.Web.Http.OData.dllSee:...
View ArticleCommented Issue: Overly aggressive validation for applying...
With the default route and this controller:using System.ComponentModel.DataAnnotations;using System.Web.Http;namespace ActionSelectionTest.Controllers{ [FromUri] public class Test { [Required] public...
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 ArticleCommented Issue: Web API Not fully handling Accept-Charset [415]
Currently the Web API does not understand Accept-Charset headers where a preference is stated. A value of: Accept-Charset: utf-16works, but a value of: Accept-Charset: utf-8; q=0.2, utf-16;q=1.8does...
View ArticleCommented Issue: Web API Not fully handling Accept-Charset [415]
Currently the Web API does not understand Accept-Charset headers where a preference is stated. A value of: Accept-Charset: utf-16works, but a value of: Accept-Charset: utf-8; q=0.2, utf-16;q=1.8does...
View ArticleCommented Issue: Web API Not fully handling Accept-Charset [415]
Currently the Web API does not understand Accept-Charset headers where a preference is stated. A value of: Accept-Charset: utf-16works, but a value of: Accept-Charset: utf-8; q=0.2, utf-16;q=1.8does...
View Article