Edited Issue: Colorization of single-line comments is strange [315]
When typing a single-line comment inside a Razor block immediately before embedded markup, typing the first slash causes the HTML to be classified as code and colorization breaks. The parser should...
View ArticleEdited Issue: Typing an "=" in an attribute name causes TreeStructureChanged...
When typing an attribute in HTML, for example: id="foo", the editor parser sets the "TreeStructureChanged" flag for the "=" and for the insertion of the quotation marks ("). Ideally, none of these...
View ArticleEdited Issue: Microsoft.Web.Helpers.Facebook - LikeBox dont work [286]
LikeBox function use "http://www.facebook.com/plugins/recommendations.php" instead "likebox.php"
View ArticleEdited Issue: ~/ url resolution [58]
@Razor 2 "~/" is not exactly Url.Content()I've had a wiered scenario where I created new Site in IIS and mapped 2 applications to 2 different sites /old/ and /new/. Also I've set up some rewriting...
View ArticleEdited Feature: Razor should throw a specific error when @helper directive is...
When the Razor Host configuration doesn't have the necessary configuration to generate C# code for an @helper directive, it should throw out a specific error indicating that @helper is not supported...
View ArticleEdited Issue: Razor and JavaScript parsing issue [131]
Not sure if this relates to http://aspnetwebstack.codeplex.com/workitem/14.Created a new MVC4 web application using the mobile template. I added a controller based on a EF entity which resulted in some...
View ArticleEdited Feature: system.web.helpers.webgrid - add GridPath parameter for links...
The WebGrid class in needs to have a 'GridPath' parameter that would allow an MVC developer to specify an alternative to using the HttpRequest.Path. This is helpful when using the WebGrid inside a...
View ArticleEdited Issue: Visual Studio crashes when creating script element. [59]
Step To Reproduce--------------------------Create controller class.Create view from action method in controller class.Type the following into view.<script></script>Error...
View ArticleClosed Issue: Uninstalling SPA breaks /views/web.config in an MVC Application...
1. Create a new MVC 4 Internet Application in Visual Studio2. Install the ASP.NET SPA MVC 4 (Beta) package via Nuget Package Manager. After doing this, you should be able to buld and run the...
View ArticleEdited Issue: Allow WebApi to be easily disabled via NuGet [935]
The automatic bundling of WebApi has made it harder to be able to use MVC with an alternative Open Source Web or Service framework as we now have to include offline manual instructions in order to...
View ArticleClosed Issue: SecUtility and other utility classes are internal sealed [748]
I'm trying to build my own role provider for ASP.NET that supports nested hierarchies for roles - like Active Directory, but SQL-based (as an LDAP server is somewhat overkill for my needs, and yes I've...
View ArticleEdited Issue: WebSecurity.CreateUserAndAccount Sql Collation Issue [480]
Hello,If Sql Server database collation is Turkish_CI_AS, I get that error at below cause UPPER function in SELECT Query in "GetUserId" method in SimpleMembershipProvider.cs class.SQL UPPER('info') is...
View ArticleCommented Issue: WebSecurity.CreateUserAndAccount Sql Collation Issue [480]
Hello,If Sql Server database collation is Turkish_CI_AS, I get that error at below cause UPPER function in SELECT Query in "GetUserId" method in SimpleMembershipProvider.cs class.SQL UPPER('info') is...
View ArticleCommented Issue: "i" "I" character problem at SimpleMembershipProvider.cs [714]
in Turkish,we have "i" and "ı" characters. (...h,ı,i,j,k,l,m,...)"i" is lower, "İ" is upper of "i","ı" is lower, "I" is upper of "ı".When we use membership at MVC4, if "UserName" is includes "i"...
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: 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 ArticleCommented 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 ArticleCreated Unassigned: HttpControllreHandler does not convert exceptions to safe...
When an exception(example: OperationCanceledException) occurs in a message handler, we do not convert it to a safe http response message at the HttpServer level. By 'safe', I mean to...
View ArticleEdited Unassigned: HttpControllreHandler does not convert exceptions to safe...
When an exception(example: OperationCanceledException) occurs in a message handler, we do not convert it to a safe http response message at the HttpServer level. By 'safe', I mean to...
View ArticleEdited Unassigned: HttpControllreHandler does not convert exceptions to safe...
When an exception(example: OperationCanceledException) occurs in a message handler, we do not convert it to a safe http response message at the HttpServer level. By 'safe', I mean to...
View Article