Edited Issue: Upgrade Web API to Json.NET 5 [982]
Need to update all project templates as well.
View ArticleEdited Issue: Stack overflow if GetControllerMapping called before 1st...
If tracing is enabled and DefaultHttpControllerSelector.GetControllerMapping() is called before the first request has been processed, the MessageHandler pipeline will be corrupted.The...
View ArticleCommented Issue: Stack overflow if GetControllerMapping called before 1st...
If tracing is enabled and DefaultHttpControllerSelector.GetControllerMapping() is called before the first request has been processed, the MessageHandler pipeline will be corrupted.The...
View ArticleEdited Issue: UpForGrabs: webapi selfhost double decodes url paths. [607]
this causes issues when model binding data that contains '+' as it double decoding a '+' would result in a ' ' (space)
View ArticleCommented Issue: HttpRouteUrl does not generate a URL for a route with...
1. Create a new ASP.NET MVC 4 project, subtype: Web API.2. Add the following section to Views/Home/Index.cshtml:<section class="content-wrapper main-content clear-fix"><h3>Demonstrating...
View ArticleCreated Unassigned: Add overloads taking a CancellationToken parameter [983]
Currently some of TAP-based methods in the aspnetwebstack libraries does not have overloads with _CancellationToken_ parameter. For instance following classes:_System.Net.Http_: HttpContent and...
View ArticleCreated Unassigned: Redundant type name serialization in OData JSON light...
When we write the entries for GET http://localhost:50231/Pets/SampleService.Model.BigPet , in JSON light minimal metadata mode, we emit type names for all BigPets. This is redundant as the type of the...
View ArticleCommented Issue: MVC areas do not support RouteCollection.LowercaseUrls [685]
See http://stackoverflow.com/questions/13271048/net-4-5-mvc-routecollection-lowercaseurls-breaks-when-using-area for full details.It appears that this is caused by there being multiple instance of...
View ArticleEdited Issue: MVC areas do not support RouteCollection.LowercaseUrls [685]
See http://stackoverflow.com/questions/13271048/net-4-5-mvc-routecollection-lowercaseurls-breaks-when-using-area for full details.It appears that this is caused by there being multiple instance of...
View ArticleCommented Issue: MVC areas do not support RouteCollection.LowercaseUrls [685]
See http://stackoverflow.com/questions/13271048/net-4-5-mvc-routecollection-lowercaseurls-breaks-when-using-area for full details.It appears that this is caused by there being multiple instance of...
View ArticleEdited Issue: adding html5 data- attributes to WebGrid [610]
HtmlAttribute's using other controls automatically replace the "_" in the anonymous type to "-". The WebGrid doesn't and there is no direct access to the RouteValueDictionary on the renderer....
View ArticleEdited Feature: WebSecurity should allow custom columns in user profile table...
Currently WebMatrix.WebData.WebSecurity does not support adding custom columns in the user profile table when initializing the providers.This could be useful, since the CreateUserAndAccount method...
View ArticleEdited Issue: Broken Image link in Bing SearchBox helper [624]
To reproduce this, follow these steps:1. Create a new site that references Microsoft.Web.Helpers.2. Add @Bing.SearchBox to one of the pages.3. Navigate to the page in the browser of your choice.Result:...
View ArticleEdited Issue: Razor ~/ resolution does not exactly work for all attributes [310]
Based on several blogs, one of them is http://vibrantcode.com/blog/2012/4/10/whats-new-in-razor-v2.html/, ~/ resolution should work for all attributes.Well, that's not working for me.I have the...
View ArticleEdited Issue: Razor layout page does not throw a exception if layout is it...
Hi!Lets say I have a razor layout-page (A), and I by mistake have set the layout to be the same location as A, it does not throw a exception, but crashing (locally, my computer freeze)Keep up the good...
View ArticleEdited Issue: Webgrid and sorting on a column with null values (MVC3) [138]
The problem is based on the following example (borrowed from http://stackoverflow.com/questions/2290436/linq-orderby-breaks-with-navigation-property-being-null) :table Users -> has basic user info...
View ArticleEdited Issue: Microsoft.AspNet.WebPages.Administration package description in...
1. Create a new web site in Visual Studio.2. Lauch NuGet Package Manager and search for the package "Microsoft ASP.NET Web Pages 2 Administration".3. Select the package and view its description.Result:...
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 ArticleEdited Issue: JavaScript error in GetYahooHtml method of Maps helper in IE 10...
To reproduce this issue, follow these steps:1. In a Razor web site, install the latest ASP.NET Web Helpers Library version using NuGet.2. On a CSHTML page that references JQuery, add the following....
View ArticleEdited Issue: Full reparse when typing C# code before markup [316]
When typing a new C# statement inside a Razor block immediately before embedded markup, the parser immediately considers all text from the start of the new statement to the nearest ";" as code. This...
View Article