Commented 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: Bound actions/functions should not be added as...
Now all the actions/functions are added as ActionImport/FunctionImport, even for bound action/function.For example: var actionConfiguration = employee.Action("AddSkill");...
View ArticleCommented Issue: Bound actions/functions should not be added as...
Now all the actions/functions are added as ActionImport/FunctionImport, even for bound action/function.For example: var actionConfiguration = employee.Action("AddSkill");...
View ArticleCreated Unassigned: 5.1.0 crashes on IIS 7.0 with...
This is a breaking change in the 5.1.0 release. After deploying this update to our IIS 7.0 server with .NET 4.5.1 installed, each request handled by WebAPI seems to fail with the...
View ArticleCommented Unassigned: 5.1.0 crashes on IIS 7.0 with...
This is a breaking change in the 5.1.0 release. After deploying this update to our IIS 7.0 server with .NET 4.5.1 installed, each request handled by WebAPI seems to fail with the...
View ArticleEdited Unassigned: WebAPI 5.1.0 crashes on IIS 7.0 with...
This is a breaking change in the 5.1.0 release. After deploying this update to our IIS 7.0 server with .NET 4.5.1 installed, each request handled by WebAPI seems to fail with the...
View ArticleEdited Task: webapi.odata update to v4 beta1 ODL [1632]
Update from v4 alpha2 to beta1 ODL: 1. ODataWorkspace -> ODataServiceDocument 2. Collection Type ref: isNullable inferred from element type ref 3. EdmTypeKind.Row is gone 4. Single container:...
View ArticleCommented Task: webapi.odata update to v4 beta1 ODL [1632]
Update from v4 alpha2 to beta1 ODL: 1. ODataWorkspace -> ODataServiceDocument 2. Collection Type ref: isNullable inferred from element type ref 3. EdmTypeKind.Row is gone 4. Single container:...
View ArticleCreated Issue: PlatformUnsuportedException on IIS 7 [1645]
With latest 2.1 release we get the following exception on IIS 7:[PlatformNotSupportedException]: This operation requires IIS version 7.5 or higher running in integrated pipeline mode. at...
View ArticleCommented Issue: PlatformUnsuportedException on IIS 7 [1645]
With latest 2.1 release we get the following exception on IIS 7:[PlatformNotSupportedException]: This operation requires IIS version 7.5 or higher running in integrated pipeline mode. at...
View ArticleCommented Issue: PlatformUnsuportedException on IIS 7 [1645]
With latest 2.1 release we get the following exception on IIS 7:[PlatformNotSupportedException]: This operation requires IIS version 7.5 or higher running in integrated pipeline mode. at...
View ArticleCommented Issue: "Unexpected end of MIME multipart stream. MIME multipart...
We are getting "Unexpected end of MIME multipart stream. MIME multipart message is not complete." error when trying to parse multipart form data in the second time.Please take a look at the code...
View ArticleEdited 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 ArticleCommented 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: FunctionImport doesn't apppear in the service document even if...
There are only entity sets in service document now: <?xml version="1.0" encoding="utf-8"?> <service xml:base="http://jinfutanwebapi2:9001/what" xmlns="http://www.w3.org/2007/app"...
View ArticleCommented Issue: FunctionImport doesn't apppear in the service document even...
There are only entity sets in service document now: <?xml version="1.0" encoding="utf-8"?> <service xml:base="http://jinfutanwebapi2:9001/what" xmlns="http://www.w3.org/2007/app"...
View ArticleEdited Issue: Bound actions/functions should not be added as...
Now all the actions/functions are added as ActionImport/FunctionImport, even for bound action/function.For example: var actionConfiguration = employee.Action("AddSkill");...
View ArticleCommented Issue: Bound actions/functions should not be added as...
Now all the actions/functions are added as ActionImport/FunctionImport, even for bound action/function.For example: var actionConfiguration = employee.Action("AddSkill");...
View ArticleEdited Task: Add FunctionImports and Singletons to service document [1601]
ODL v4 spec adds FunctionImports and Singletons in service document. Consider implementing them.
View ArticleCommented Task: Add FunctionImports and Singletons to service document [1601]
ODL v4 spec adds FunctionImports and Singletons in service document. Consider implementing them.Comments: Assign to test for verify.
View Article