Edited Issue: Unqualified action/function name should fail when call this...
Currently, it works if the namespace or alias is not specified to call an action/function, for example:~/Employees(1)/GetAccessLevelAccording to the OData protocol, functions and actions should be...
View ArticleCommented Issue: Unqualified action/function name should fail when call this...
Currently, it works if the namespace or alias is not specified to call an action/function, for example:~/Employees(1)/GetAccessLevelAccording to the OData protocol, functions and actions should be...
View ArticleCommented Unassigned: Using DependencyResolver with...
I am [writing](https://github.com/TheCloudlessSky/Harbour.RedisTempData) a custom `ITempDataProvider` for MVC >= 3. Normally I'd override `Controller.CreateTempDataProvider` in MVC <=...
View ArticleCommented Issue: MVC: Could not load file or assembly...
Please remove the dependency on DotNetOpenAuth.Core from Microsoft.Web.WebPages.OAuth. Because I don't need to use DotNetOpenAuth on my project.Could not load file or assembly 'DotNetOpenAuth.Core,...
View ArticleEdited Issue: All functions and actions are added as function imports and...
Per protocol bound action/function should not be added as actionImport/functionImport. But now they become imports. It is related to this change:commit c5afbeeacada58142856a27654f5dc7078d35388Author:...
View ArticleEdited Issue: All functions and actions are added as function imports and...
Per protocol bound action/function should not be added as actionImport/functionImport. But now they become imports. It is related to this change:commit c5afbeeacada58142856a27654f5dc7078d35388Author:...
View ArticleEdited 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 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 ArticleCreated Unassigned: Add an extra constructor to SelectList class making it...
Regarding the [fix 1486: Support HTML optgroup in DropDownList](https://aspnetwebstack.codeplex.com/workitem/1486), Eilon says it may be too complicated for users to create groups all by themselves.In...
View ArticleEdited 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 ArticleCommented Unassigned: Certain Attribute Routes Fail [1698]
Ran into an issue where certain routes defined on attributes fail. It seems to b only certain cases and I've documented them in the following StackOverflow...
View ArticleEdited Issue: Only function/action import name used to call an unbound...
Currently, the following scenarios are working when calling an unbound action/function, for example: 1). ~/GetTopCustomer()2). ~/ContainerName.GetTopCustomer()3)....
View ArticleEdited Issue: Only function/action import name used to call an unbound...
Currently, the following scenarios are working when calling an unbound action/function, for example: 1). ~/GetTopCustomer()2). ~/ContainerName.GetTopCustomer()3)....
View ArticleCommented Issue: Only function/action import name used to call an unbound...
Currently, the following scenarios are working when calling an unbound action/function, for example: 1). ~/GetTopCustomer()2). ~/ContainerName.GetTopCustomer()3)....
View ArticleClosed Issue: Unqualified action/function name should fail when call this...
Currently, it works if the namespace or alias is not specified to call an action/function, for example:~/Employees(1)/GetAccessLevelAccording to the OData protocol, functions and actions should be...
View ArticleClosed Issue: Qualified name of action/function should be returned in...
If ~/EntitySet(1)?$format=application/json;odata.metadata=full is requested, qualified name of action/function should be returned, but actually there is no namespace prefix on the...
View ArticleCommented Unassigned: Certain Attribute Routes Fail [1698]
Ran into an issue where certain routes defined on attributes fail. It seems to b only certain cases and I've documented them in the following StackOverflow...
View ArticleCreated Issue: The property ContainerQualifiedName in ProcedureConfiguration...
Now there are only namespace- or alias- qualified name, no container qualified name, so it should be deleted.
View ArticleCommented Unassigned: Certain Attribute Routes Fail [1698]
Ran into an issue where certain routes defined on attributes fail. It seems to b only certain cases and I've documented them in the following StackOverflow...
View ArticleCommented Unassigned: Certain Attribute Routes Fail [1698]
Ran into an issue where certain routes defined on attributes fail. It seems to b only certain cases and I've documented them in the following StackOverflow...
View Article