Commented Issue: Update to ODataLib 5.6.0 RTM [1230]
ODataLib 5.6.0 RTM was just published:http://www.nuget.org/packages/Microsoft.Data.OData/5.6.0 Comments:...
View ArticleEdited Issue: ASP.NET WebPages 2 - Validation bug [1120]
Hi, the validation does not seem to work correctly in ASP.NET WebPages 2. I created a form and then used the RenderPage method to render that page into another page however on submit the validation...
View ArticleCommented Issue: ASP.NET WebPages 2 - Validation bug [1120]
Hi, the validation does not seem to work correctly in ASP.NET WebPages 2. I created a form and then used the RenderPage method to render that page into another page however on submit the validation...
View ArticleEdited Issue: ASP.NET WebPages 2 - Validation bug [1120]
Hi, the validation does not seem to work correctly in ASP.NET WebPages 2. I created a form and then used the RenderPage method to render that page into another page however on submit the validation...
View ArticleCommented Issue: [MVC4] Nullable rendered 0 in view when null [1103]
I have an issue with html attribute in a view.here :...
View ArticleClosed Issue: [MVC4] Nullable rendered 0 in view when null [1103]
I have an issue with html attribute in a view.here :...
View ArticleEdited Issue: Set metadata url in ODataMediaTypeFormatter for ODataErrors [1174]
The current code for ODataMediaTypeFormatter contains the following code fragment:```// The MetadataDocumentUri is never required for errors. Additionally, it sometimes won't be available// for errors,...
View ArticleCommented Issue: Set metadata url in ODataMediaTypeFormatter for ODataErrors...
The current code for ODataMediaTypeFormatter contains the following code fragment:```// The MetadataDocumentUri is never required for errors. Additionally, it sometimes won't be available// for errors,...
View ArticleCommented Unassigned: Web Api 2 Attribute Routing - Extension Issue [1203]
I am using the new attribute routing in Web Api 2 and am having the following issue with web hostingI have set up extension mapping as...
View ArticleClosed Issue: Update to ODataLib 5.6.0 RTM [1230]
ODataLib 5.6.0 RTM was just published:http://www.nuget.org/packages/Microsoft.Data.OData/5.6.0 Comments: Verified.
View ArticleClosed Issue: Unbuffered input streams don't work correctly on web host [1136]
Returning false from IHostBufferPolicySelector.UseBufferedInputStream on web host breakes Web API + MVC side-by-side, at least in some scenarios.Consider an MVC controller with the following code:...
View ArticleClosed Issue: Web API attribute routing invocation and effect on other...
This is in regards to user experience when using Web API’s attribute routing.In the following scenario, the PrincipalParameterBinding is not invoked and the GetData action would see ‘principal’ as...
View ArticleClosed Issue: Make sure Attribute Routing and EnableCors play nicely together...
I just received a report from a user where he only uses attribute routing and because of the HTTP method route constraint that we create from the attribute, no other HTTP methods can reach the Web API...
View ArticleClosed Issue: ApiExplorer ignores valid actions when there are placeholders...
It seems the ApiExplorer ignores valid actions when there are placeholders in the route template which cannot be mapped to an action parameter, e.g.The ApiExplorer will not consider the route template...
View ArticleEdited Feature: Make the ApiControllerActionSelector more extensible [277]
The goal is to have the default action selector (ApiControllerActionSelector) expose some hooks or properties so that it's easier to customize.
View ArticleCommented Feature: Make the ApiControllerActionSelector more extensible [277]
The goal is to have the default action selector (ApiControllerActionSelector) expose some hooks or properties so that it's easier to customize.Comments: Looks like we are not going to be able to fit...
View ArticleEdited Issue: Unobtrusive validation attributes are double-encoded [1198]
For example:```htmldata-val-equalto="'MyProperty5' and 'MyProperty4' do not match."```There's a method called GetValidationAttributes that adds HTML-encoded values to a dictionary, and then the values...
View ArticleEdited Issue: Rename RouteName and RouteOrder properties to Name and Order...
The property names RouteName and RouteOrder are overly verbose now that they live on RouteAttribute.
View ArticleCommented Issue: Rename RouteName and RouteOrder properties to Name and Order...
The property names RouteName and RouteOrder are overly verbose now that they live on RouteAttribute.Comments: commit 8648b708649036bf4e32026775aabb76ff042863
View ArticleEdited Issue: Client side validation doesn't work for Number fields with...
When having a model that contains an property of type int. If you have an edit field where you introduce a non numeric value, like an 'a'. The jquery validation should be triggered, but it doesn't...
View Article