Closed Issue: Don't build action/function import for bound action/function...
In currect Odata model builder, no matter what is bound or unbound, the EdmAction and EdmFunction are built in model, while the EdmActionImport and EdmFunctionImport are built in Container. As a fact,...
View ArticleEdited Issue: Odata route versioning and service document [1367]
Following the general principle of route based versioning outlined here: http://aspnet.codeplex.com/SourceControl/latest#Samples/WebApi/ODataVersioningSample/ReadMe.txtI have the following in my v1...
View ArticleEdited Issue: BSON formatter guards against top-level primitives lack...
The Json.Net `JsonSerializer` uses at least `JsonConverterAttribute`, `IConverter` implementations, and built-in and CLR conversions to determine which `JsonValue` matches a provided object. The...
View ArticleCommented Issue: BSON formatter guards against top-level primitives lack...
The Json.Net `JsonSerializer` uses at least `JsonConverterAttribute`, `IConverter` implementations, and built-in and CLR conversions to determine which `JsonValue` matches a provided object. The...
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 ArticleEdited Issue: Why WebAPI update available for .NET Framework 4.0? [1680]
Steps to reproduce:1) Create new ASP.NET MVC 4 Internet Application in VS 20122) Run Manage Nuget Packages3) Look at available updates for MVC and WebAPI. MVC - have minor update from 4.0.20710 to...
View ArticleEdited Feature: Trigger a custom ajax call in unobtrusive ajax [1613]
The way I see it, I can create `form` or `a` elements, decorated with the data attributes. The unobtrusive script listens for form submit and anchor click events. There is no way to interact with the...
View ArticleEdited Issue: Unobtrusive Ajax doesn't execute error handlers [1506]
Porting from https://aspnet.codeplex.com/workitem/9742:In line 98 of jquery.unobtrusive-ajax.js, the script gets the error handler from the data-ajax-failure attribute but then doesn't actually execute...
View ArticleEdited Feature: Allow custom options in jquery.validate.unobtrusive [1502]
Ported from https://aspnet.codeplex.com/workitem/10344jquery.validate.unobtrusive.js supplies options to jquery.validate, but provides no way to customise those options. For example, I need to disable...
View ArticleEdited 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 ArticleEdited Issue: Cannot read body stream from owin middleware when using WebApi...
Hello,I am writing owin middleware which needs to read from the http body stream.This fails miserably when using the middleware in an Asp.net MVC / WebApi project.Using 5.1.0 it fails silently, but the...
View ArticleEdited Issue: Cannot read body stream from owin middleware when using WebApi...
Hello,I am writing owin middleware which needs to read from the http body stream.This fails miserably when using the middleware in an Asp.net MVC / WebApi project.Using 5.1.0 it fails silently, but the...
View ArticleEdited Issue: Why WebAPI update available for .NET Framework 4.0? [1680]
Steps to reproduce:1) Create new ASP.NET MVC 4 Internet Application in VS 20122) Run Manage Nuget Packages3) Look at available updates for MVC and WebAPI. MVC - have minor update from 4.0.20710 to...
View ArticleEdited Issue: There are 2 function-import elements in ServiceDocument if a...
If a function is overloaded such as:<Function Name="GetAllConventionCustomers" IsComposable="true"><ReturnType Type="Collection(WebStack.QA.Test.OData.UnboundOperation.ConventionCustomer)"...
View ArticleCommented Unassigned: enforce $ref and $value be the last segment [1681]
$ref and $value should be the last path segment, but now it is not enforce.Should consider enforcing this.e.g.:an attempt to cast after $ref will parse, and a path such as...
View ArticleEdited Issue: IQueryable doesn't get serialized properly [1641]
When ODataqueryOptions get binded to the parameters and the query includes a select or an expand, the formatter should be able to serialize IQueryable<IEdmEntityObject>. CanWriteType does the...
View ArticleCommented Issue: IQueryable doesn't get serialized properly [1641]
When ODataqueryOptions get binded to the parameters and the query includes a select or an expand, the formatter should be able to serialize IQueryable<IEdmEntityObject>. CanWriteType does the...
View ArticleClosed Issue: It is unable to select the correct function if the funciton is...
OData protocol part1, 11.5.3.2 says: If the function is bound and the binding parameter type is part of an inheritance hierarchy, the function overload is selected based on the type of the URL segment...
View ArticleClosed Issue: In convention routing mode, the same method in a controller is...
~/Employees/WebStack.QA.Test.OData.BoundOperation.Manager/WebStack.QA.Test.OData.BoundOperation.IncreaseSalaryand ~/Employees/WebStack.QA.Test.OData.BoundOperation.IncreaseSalaryall lead to the method...
View ArticleClosed Unassigned: There is a typo in the comment of the property...
The comment is :// Summary:// Used to access a Collection of Entities throw which you can configure actions// that are bindable to EntityCollections.where "throw" should be "through"Comments: Verified.
View Article