Reopened Unassigned: Working Path With Spaces In It [1573]
Nuget is unable to restore packages if the working path has spaces in it, because the build script does not pass a quoted path for the config file.For example, 'Nuget.exe [...] -configfile \\path to...
View ArticleEdited Unassigned: Working Path With Spaces In It [1573]
Nuget is unable to restore packages if the working path has spaces in it, because the build script does not pass a quoted path for the config file.For example, 'Nuget.exe [...] -configfile \\path to...
View ArticleEdited Issue: Working Path With Spaces In It [1573]
Nuget is unable to restore packages if the working path has spaces in it, because the build script does not pass a quoted path for the config file.For example, 'Nuget.exe [...] -configfile \\path to...
View ArticleCommented Issue: Working Path With Spaces In It [1573]
Nuget is unable to restore packages if the working path has spaces in it, because the build script does not pass a quoted path for the config file.For example, 'Nuget.exe [...] -configfile \\path to...
View ArticleEdited Issue: Inserting '.' into code block results in faulty intellisense....
__How to Reproduce:__ In a new .cshtml write out:```@DateTime.Now```Insert a period ('.') after DateTime. You will see C# intellisense appear but attempting to select, commit via tab, enter, '.' etc....
View ArticleCommented Issue: Inserting '.' into code block results in faulty...
__How to Reproduce:__ In a new .cshtml write out:```@DateTime.Now```Insert a period ('.') after DateTime. You will see C# intellisense appear but attempting to select, commit via tab, enter, '.' etc....
View ArticleEdited Issue: Inserting '.' into code block results in faulty intellisense....
__How to Reproduce:__ In a new .cshtml write out:```@DateTime.Now```Insert a period ('.') after DateTime. You will see C# intellisense appear but attempting to select, commit via tab, enter, '.' etc....
View ArticleCommented Issue: QueryStringValueProvider does not use the right culture [1592]
QueryStringValueProviderFactory calls QueryStringValueProvider's wrong constructor : // For unit testing internal QueryStringValueProvider(ControllerContext controllerContext, IUnvalidatedRequestValues...
View ArticleEdited Feature: DisplayNameAttribute ignored in Web API 2 validation errors...
The following returns a model state with TerriblePropertyName is required instead of GoodName is required. This is different from MVC. Using Web API 2.```[DisplayName("GoodName")][Required] public...
View ArticleCommented Task: Update Microsoft.Web.Helpers to use RazorGenerator [1477]
Currently the cshtml files in this project are compiled to cs files using the RazorGenerator vsix. Changing this to use the msbuild task would remove this extra requirement.Comments: Fixed in changeset...
View ArticleEdited Task: MQ: detect autogen files which use RazorGenerator that are out...
we have a bunch of cshtml files (example ~\src\Microsoft.Web.Helpers\LinkShare.cshtml) that autogen a .cs file using [razor...
View ArticleCommented Task: MQ: detect autogen files which use RazorGenerator that are...
we have a bunch of cshtml files (example ~\src\Microsoft.Web.Helpers\LinkShare.cshtml) that autogen a .cs file using [razor...
View ArticleCommented Task: MQ: detect autogen files which use RazorGenerator that are...
we have a bunch of cshtml files (example ~\src\Microsoft.Web.Helpers\LinkShare.cshtml) that autogen a .cs file using [razor...
View ArticleCommented Task: Update Microsoft.Web.Helpers to use RazorGenerator [1477]
Currently the cshtml files in this project are compiled to cs files using the RazorGenerator vsix. Changing this to use the msbuild task would remove this extra requirement.Comments: The second...
View ArticleEdited Issue: ASP.NET MVC 3 LoadingElementDuration is not working [1520]
// Copied from https://aspnet.codeplex.com/workitem/9879// Vote number : 2 Hi, it seems that the AjaxOptions.LoadingElementDuration attribute is not working as expected. Even if I change its value, the...
View ArticleEdited Issue: Json.Encode doesn't encode array properties returned from...
With this code:```var personJson = "{name:\"George\",aliases:[\"Peter\",\"David\"]}";var person = Json.Decode(personJson);person.name = "Michael";personJson = Json.Encode(person);```Json.Encode is...
View ArticleEdited Issue: ODataUriUtils.ConvertToUriLiteral and ConvertFromUriLiteral do...
ODataUriUtils.ConvertToUriLiteral and ConvertFromUriLiteral do not support EnumPlease fix ```ConventionsHelpers.GetUriRepresentationForValue``` after Enum is supported
View ArticleEdited Feature: Make "GetFullHtmlFieldName" respect an arbitrary attribute...
It is essential to make "GetFullHtmlFieldName", a method of ~\src\System.Web.Mvc\TemplateInfo.cs, respect an arbitrary attribute set on a model's property to change the name of an input. It is also...
View ArticleClosed Unassigned: SimpleMembership Presents Login Form to Authenticated User...
Copied from https://aspnet.codeplex.com/workitem/10339Developing an ASP.Net MVC 4 website with SimpleMembership, the Login GET controller is sometimes called even though the user is logged in. So far...
View ArticleEdited Issue: [MQ] Find and clean up instances of re-throwing exceptions with...
Porting from TFS:As of 4/4/2013 these are all the cases of throwing an existing exception (not all necessarily need to be fixed!):C:\ddgit\WebStackRuntime\src\Common\TaskHelpersExtensions.cs(476):...
View Article