Edited Issue: The error message for a function import being used in query...
A function import can not be used in query option, and if it is used, the error message should be specific. Repro:1. create a function import2. use it in a query option such as...
View ArticleCommented Issue: The error message for a function import being used in query...
A function import can not be used in query option, and if it is used, the error message should be specific. Repro:1. create a function import2. use it in a query option such as...
View ArticleCommented Issue: For bound actions, the combination of action name and the...
In CSDL protocol 12.1.1.1: Bound actions support overloading (multiple actions having the same name within the same namespace) by binding parameter type. The combination of action name and the binding...
View ArticleCommented Unassigned: [EditorTemplates] Support htmlAttributes as IDictionary...
I can do this:```csharp@Html.EditorFor(m => m.Foo, new { htmlAttributes = new { @class = "form-control" } })```but I cannot do this:```csharp@Html.EditorFor(m => m.Foo, new { htmlAttributes = new...
View ArticleEdited Feature: Change $link to $ref [1582]
in OData v4, entity reference is requested by $ref instead of $link. So we need to change accordingly.
View ArticleCommented Feature: Change $link to $ref [1582]
in OData v4, entity reference is requested by $ref instead of $link. So we need to change accordingly. Comments: Fixed in changeset 5007766cdebf01d83b84e00258a4c3e4f2d30eb1
View ArticleEdited Feature: Change $link to $ref [1582]
in OData v4, entity reference is requested by $ref instead of $link. So we need to change accordingly.
View ArticleClosed Issue: [HelpPage]ApiExplorer throws exception when trying to expand...
Reported by user here: http://aspnetwebstack.codeplex.com/discussions/531690_Scenario_:```public class OneRequest{ public string Id { get; set; } public string Name { get; set; }} public class...
View ArticleClosed Issue: [HelpPage Accessibility] Add language attribute to html files...
HelpPage and in general the template generated Web Application is not having the ‘lang’ attribute in its html files. We need to add this attribute to satisfy __MAS 41 – Language Content__Attached a...
View ArticleClosed Issue: [HelpPage Accessibility]Satisfy Visible Text Contrast...
HelpPage currently fails for __MAS 17 – Visible Text Contrast__ rule.__Attached__ a document with more information.Comments: Verified.
View ArticleClosed Unassigned: OwinSelfHost package is missing version caps on one of its...
Looks like we regressed the dependencies information on the Microsoft.AspNet.WebAPI.OwinSelfhost meta package. This is the package users use for Owin selfhost scenario.In __Web API 2 (or 5.0)__...
View ArticleEdited Unassigned: OData v4 Serialization Perf is 10% slower than v3 [1691]
Our perf dashboard is showing about a 10% delta between OData v4 and OData v3 in our serialization scenarios. We need to do some profiling to determine the cause and resolution.
View ArticleCreated 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 ArticleCreated Unassigned: ODataMetadataController needs renaming to support Side by...
Define the following services (With the v3 and the v4 assemblies):``` public static void Register(HttpConfiguration config){// Web API configuration and services// Web API routes...
View ArticleEdited Unassigned: samples for $ref [1669]
A sample of getting entity reference link(s) with attribute route:```Example 24: URL addressing the references between Categories(1) and...
View ArticleCommented Unassigned: samples for $ref [1669]
A sample of getting entity reference link(s) with attribute route:```Example 24: URL addressing the references between Categories(1) and...
View ArticleCreated Unassigned: Has operator doesn´t work with Entity Framework [1694]
Create a model with an Enum property.Try to use the has operator with the Enum property in a $filter query (with entity framework as the backend)Error message:LINQ to Entities does not recognize the...
View ArticleEdited Issue: It should report error for keyvalueParser to parse "Id=abc'1'"...
It is related to bug#1458. below should not be parsed successfully:1. abc=2. =abc
View ArticleCommented Issue: It should report error for keyvalueParser to parse...
It is related to bug#1458. below should not be parsed successfully:1. abc=2. =abcComments: Fixed in changeset 8d87c8682c892c82732748adbdd45ed65c8bbf4a
View ArticleCommented Unassigned: ODataMetadataController needs renaming to support Side...
Define the following services (With the v3 and the v4 assemblies):``` public static void Register(HttpConfiguration config){// Web API configuration and services// Web API routes...
View Article