Edited Task: Update documentation link in ELMAH sample [1495]
The ELMAH sample currently refers to a spec on the CodePlex wiki. Once we publish a blog/article, we should reference that more permanent location instead.
View ArticleCreated Unassigned: Attribute routing performance [1496]
There's a few targeted enhancements we should make here:ApiControllerActionSelector.cs@311 - GetCombinedParameterNames should move inside IFHttpParsedRoute.cs@503 HttpRouteParser.SplitUriToPathSegments...
View ArticleEdited Issue: Attribute routing performance [1496]
There's a few targeted enhancements we should make here:ApiControllerActionSelector.cs@311 - GetCombinedParameterNames should move inside IFHttpParsedRoute.cs@503 HttpRouteParser.SplitUriToPathSegments...
View ArticleCommented Feature: Support HTML optgroup in DropDownList [1486]
HTML has an optgroup tag that can be used in a select element; this is supported in all major browsers. Until now, the ASP.NET DropDownList offers no support for this. The way I see it, there are two...
View ArticleEdited Unassigned: 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 ArticleCommented Unassigned: 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 ArticleEdited 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 ArticleEdited Feature: SampleGeneration in HelpPage not working for PageResult [1480]
On the following page it's described that for non-OData formats it is possible to support next-page links and inline count, by wrapping the query results in a PageResult<T> object....
View ArticleCommented Issue: PushstreamContent in Win8 App is not working [324]
I am hitting an issue with using PushStreamContent in the Windows store app. I don’t see the same issue in the traditional console app though. It’s a simple scenario where I am ‘POST’ing some small...
View ArticleCreated Unassigned: jquery unobtrusive : add data-ajax-mode "replaceWith" [1500]
Ported from: https://aspnet.codeplex.com/workitem/10334http://aspnet.codeplex.com/workitem/8767It is a common scenario. I can show you dozens upon dozens of cases online where someone was asking about...
View ArticleClosed Feature: Client-side validation of [MaxLength] [1476]
Client-side validation is enabled for the StringLengthAttribute. Could it also be enabled for...
View ArticleCreated Unassigned: Web Api Help page sample generation xml/json fails for...
Ported from : https://aspnet.codeplex.com/workitem/10340The fix is to change the following code in SampleGeneration/ObjectGenerator.csReplace```Type type = collectionType.IsGenericType ?...
View ArticleCreated Unassigned: Allow custom options in jquery.validate.unobtrusive [1502]
Ported from https://aspnet.codeplex.com/workitem/10344jquery.validate.unobtrusive.js supplies options to jquery.validate, but provides no way to customise those options. For example, I need to disable...
View ArticleCreated Unassigned: date validation problem [1503]
I created a new MVC4 project in VS2012 with the basic template. I created a model class with a DateTime property. I added a default controller that sets the property to DateTime.Today and a default...
View ArticleCreated Unassigned: No useful error message without global.asax [1504]
Porting from https://aspnet.codeplex.com/workitem/8883I accidentally deleted a file global.asax and do not notice it. The error message did not contain enough information.
View ArticleCreated Unassigned: Reuse and modify TemplateHelpers for custom HtmlHelper...
Porting from https://aspnet.codeplex.com/workitem/9666It would be very usefull to be able to reuse the TemplateHelpers class while creating own HtmlHelper extensions. For instance let's say you want to...
View ArticleCreated Unassigned: Unobtrusive Ajax doesn't execute error handlers [1506]
Porting from https://aspnet.codeplex.com/workitem/9742:In line 98 of jquery.unobtrusive-ajax.js, the script gets the error handler from the data-ajax-failure attribute but then doesn't actually execute...
View ArticleCreated Unassigned: Allow HTML Markup in Validation messages [1507]
Porting from https://aspnet.codeplex.com/workitem/9958:Please change ValidationExtensions.ValidationSummary(...) to use spanTag.InnerHtml = messageand listItem.InnerHtml = errorText.These values are...
View ArticleEdited Feature: Support "this" context for ajax actions/forms [1487]
Copied from: https://aspnet.codeplex.com/workitem/10335, opened by: AaronLSIn handlers such as OnSuccess for Ajax.BeginForm or Ajax.ActionLinkl, there is no way to determine the submitting element....
View ArticleCommented Feature: Support "this" context for ajax actions/forms [1487]
Copied from: https://aspnet.codeplex.com/workitem/10335, opened by: AaronLSIn handlers such as OnSuccess for Ajax.BeginForm or Ajax.ActionLinkl, there is no way to determine the submitting element....
View Article