Edited Feature: jquery unobtrusive : add data-ajax-mode "replaceWith" [1500]
Ported from: https://aspnet.codeplex.com/workitem/10334 (3 votes)http://aspnet.codeplex.com/workitem/8767It is a common scenario. I can show you dozens upon dozens of cases online where someone was...
View ArticleClosed Unassigned: The given path's format is not supported when a column (:)...
When requesting this urlhttp://www.mylocalsite.com/en/product_images/view/page:2MVC throws an exception and there is no way to catch it.System.NotSupportedExceptionThe given path's format is not...
View ArticleEdited Issue: SelectExpandQueryOption doesn't create the select expand clause...
``` public SelectExpandClause SelectExpandClause{ get{ if (_selectExpandClause == null){ ODataUriParser uriParser = new ODataUriParser(Context.Model, serviceRoot: null); _selectExpandClause =...
View ArticleClosed Unassigned: HttpSelfHostConfiguration throws TypeLoadException [1646]
Using System.Web.Http.SelfHost.HttpSelfHostConfiguration with Web Api 2 (System.Web.Http ver 5.0) throws the following exception:Unable to create instance of class xxxxxxxxxxxx. Error:...
View ArticleClosed Unassigned: Web API: ReadAsMultipartAsync [1649]
Request.Content.ReadAsMultipartAsync(provider) appears to not be able to parse multi part form data from an AJAX Post/Put. I am using Web Api 2.1Accept application/json, text/plain, / Accept-Encoding...
View ArticleEdited Feature: Make KeyValueParser.ParseKeys support more format in OData...
Make the method ``` KeyValueParser.ParseKeys``` support more format in OData Uri BNF.For example, this parser won't handle the "JSON format for function parameters" (section 5 of...
View ArticleEdited Issue: Url.Action overloads (and similar) ignore inherited properties...
In MVC4, Url.Action (and similar functions) that take an 'object' of route values would construct a route value dictionary directly and rely on the logic inside the RouteValueDictionary class to...
View ArticleCommented Issue: Url.Action overloads (and similar) ignore inherited...
In MVC4, Url.Action (and similar functions) that take an 'object' of route values would construct a route value dictionary directly and rely on the logic inside the RouteValueDictionary class to...
View ArticleEdited Issue: Url.Action overloads (and similar) ignore inherited properties...
In MVC4, Url.Action (and similar functions) that take an 'object' of route values would construct a route value dictionary directly and rely on the logic inside the RouteValueDictionary class to...
View ArticleEdited Unassigned: Allow the customer to customize the base Uri in the...
When the user wants to customize the base Uri to use in OData responses, there's no easy way to do it. Make this method public virtual so that it's easy for anyone to customize the base Uriprivate...
View ArticleClosed Unassigned: Allow the customer to customize the base Uri in the...
When the user wants to customize the base Uri to use in OData responses, there's no easy way to do it. Make this method public virtual so that it's easy for anyone to customize the base Uriprivate...
View ArticleCommented Unassigned: The given path's format is not supported when a column...
When requesting this urlhttp://www.mylocalsite.com/en/product_images/view/page:2MVC throws an exception and there is no way to catch it.System.NotSupportedExceptionThe given path's format is not...
View ArticleReopened Unassigned: The given path's format is not supported when a column...
When requesting this urlhttp://www.mylocalsite.com/en/product_images/view/page:2MVC throws an exception and there is no way to catch it.System.NotSupportedExceptionThe given path's format is not...
View ArticleEdited Unassigned: The given path's format is not supported when a column (:)...
When requesting this urlhttp://www.mylocalsite.com/en/product_images/view/page:2MVC throws an exception and there is no way to catch it.System.NotSupportedExceptionThe given path's format is not...
View ArticleEdited Issue: Url.Action overloads (and similar) ignore inherited properties...
In MVC4, Url.Action (and similar functions) that take an 'object' of route values would construct a route value dictionary directly and rely on the logic inside the RouteValueDictionary class to...
View ArticleCommented Issue: Url.Action overloads (and similar) ignore inherited...
In MVC4, Url.Action (and similar functions) that take an 'object' of route values would construct a route value dictionary directly and rely on the logic inside the RouteValueDictionary class to...
View ArticleClosed Issue: ToArray Calls Over-used [1494]
Do we need all the ToArray() calls? They appear to be generally over-used.One sample is:```private static Dictionary<Type, IEdmStructuredType> AddTypes(this EdmModel model,...
View ArticleEdited Issue: ToArray Calls Over-used [1494]
Do we need all the ToArray() calls? They appear to be generally over-used.One sample is:```private static Dictionary<Type, IEdmStructuredType> AddTypes(this EdmModel model,...
View ArticleClosed Unassigned: Remove unnecessary indirection from IEnumerable to array...
Remove unnecessary indirection from IEnumerable<> to array on ODLSample:```private void CreateEntityTypeBody(EdmEntityType type, EntityTypeConfiguration config){ Contract.Assert(type != null);...
View ArticleEdited Unassigned: Remove unnecessary indirection from IEnumerable to array...
Remove unnecessary indirection from IEnumerable<> to array on ODLSample:```private void CreateEntityTypeBody(EdmEntityType type, EntityTypeConfiguration config){ Contract.Assert(type != null);...
View Article