Created Unassigned: 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...
View ArticleCommented Issue: [AttributeRouting]Route not being added to route collection...
__Note__: This behavior exists even in MVC attribute routing too. I haven't filed a new bug for it, but would like to use this bug.In the following scenario, the Get() action on ReproController, which...
View ArticleCreated Unassigned: attribute routing doesn't always resolve overloads [1199]
Attribute routing doesn't work well with action overload resolution (ie, the action selector), particularly when there are multiple actions with structurally equivalent routes that have different route...
View ArticleCreated Unassigned: EntityCommandExecutionExceptions when using $expand [1200]
I'm using OData with Entity Framework and am having some problems when using $expand.I'm getting this error:"There is already an open DataReader associated with this Command which must be closed...
View ArticleCreated Unassigned: Tracing extension methods should interpret...
The ITraceWriter extension methods trace all exceptions at TraceLevel.Error, which is often incorrect when the exception is HttpResponseException (which could hold warning or success codes). Even a...
View ArticleCommented Issue: Tracing should trace warning not error for...
The default trace writers do not currently special-case HttpResponseException, and therefore trace at TraceLevel.Error. This is confusing, because it means simple user error in the URI will generate an...
View ArticleEdited Unassigned: Tilde slash feature not work properly if has any space...
Don't sure that this problem had been reported beforebut I can't not find it in issue list.I've found that ASP.NET MVC 4 / Razor 2's new tilde slash (~/) feature stop working if has space around equal...
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...
View ArticleCommented 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...
View ArticleEdited Unassigned: EntityCommandExecutionExceptions when using $expand [1200]
I'm using OData with Entity Framework and am having some problems when using $expand.I'm getting this error:"There is already an open DataReader associated with this Command which must be closed...
View ArticleEdited Issue: Tracing extension methods should interpret...
The ITraceWriter extension methods trace all exceptions at TraceLevel.Error, which is often incorrect when the exception is HttpResponseException (which could hold warning or success codes). Even a...
View ArticleCreated Unassigned: HtmlHelper.AttributeEncode doesn't support IHtmlString...
There's an overload for HtmlHelper.AttributeEncode(object) that converts the input to a string, and then calls HtmlAttributeEncode -- this prevents correct processing of a pre-encoded object that...
View ArticleCommented Unassigned: HtmlHelper.AttributeEncode doesn't support IHtmlString...
There's an overload for HtmlHelper.AttributeEncode(object) that converts the input to a string, and then calls HtmlAttributeEncode -- this prevents correct processing of a pre-encoded object that...
View ArticleCommented Issue: asp.net mvc facebooktemplate causes...
Been following the tutorial for the new facebook mvc template from http://go.microsoft.com/fwlink/?LinkId=269921However even with the basic app template I'm unable to get it to run as it just flags the...
View ArticleEdited Unassigned: [WebApiOnOwin]Provide IAppBuilder extension which accepts...
Scenario: Use Web API request batching on Owin.Our DefaultHttpBatchHandler requires us to supply the HttpServer instance to it, so I cannot use the 'UseWebApi' extension here. So, I am using the...
View ArticleCommented Unassigned: [WebApiOnOwin]Provide IAppBuilder extension which...
Scenario: Use Web API request batching on Owin.Our DefaultHttpBatchHandler requires us to supply the HttpServer instance to it, so I cannot use the 'UseWebApi' extension here. So, I am using the...
View ArticleEdited Unassigned: [WebApiOnOwin]Provide IAppBuilder extension which accepts...
Scenario: Use Web API request batching on Owin.Our DefaultHttpBatchHandler requires us to supply the HttpServer instance to it, so I cannot use the 'UseWebApi' extension here. So, I am using the...
View ArticleCommented Feature: Support Url.Content("~/") [1082]
In Web API, there's currently no way to create a link to a path under the app's virtual root. The solution is probably something like:UrlHelper.Content("~/<path>");Comments: commit...
View ArticleEdited Feature: Support Url.Content("~/") [1082]
In Web API, there's currently no way to create a link to a path under the app's virtual root. The solution is probably something like:UrlHelper.Content("~/<path>");
View ArticleClosed Unassigned: Rename ErrorResult to BadRequestResult [1188]
Currently the Error result used to generate a BadRequest result is called Error result. This is confusing as when the user does something like return new ErrorResult() there is no easy way to know what...
View Article