Edited Issue: '/', '\' and ' ' is not handled correctly in string primary key...
'/', '\' can't route to the correct action' ' will be null value when binding to the id parameter.Repro code: public static void RegisterODataRoutes(this HttpConfiguration configuration){// Metadata...
View ArticleSource code checked in, #51afabfe282d2b7cad344ceb9f09d5b042bf2150
Adding CreatedODataResult and UpdatedODataResult
View ArticleSource code checked in, #e18760b301e9632eb3731497b49ace5f732bdabb
Issue 1166: Serializing IQueryable<IEdmObject> doesn't work
View ArticleSource code checked in, #63ca1bbfa6726ca83d9470a285621835fe208823
Issue 1161: Consider changing the default value for MaxExpansionDepth to be more permissive
View ArticleCommented Issue: Serializing IQueryable doesn't work [1166]
When trying a query like/prefix/Customers?$expand=Ordersand having the following body:``` IQueryable result = options.ApplyTo(customers); if (result.ElementType != null &&...
View ArticleEdited Issue: Serializing IQueryable doesn't work [1166]
When trying a query like/prefix/Customers?$expand=Ordersand having the following body:``` IQueryable result = options.ApplyTo(customers); if (result.ElementType != null &&...
View ArticleCommented Issue: Consider changing the default value for MaxExpansionDepth to...
The default value for MaxExpansionDepth in Web API is set to 1. Although this works on most of the cases, having a default expansion value of two is much more reasonable, as it can cover scenarios like...
View ArticleEdited Issue: Consider changing the default value for MaxExpansionDepth to be...
The default value for MaxExpansionDepth in Web API is set to 1. Although this works on most of the cases, having a default expansion value of two is much more reasonable, as it can cover scenarios like...
View ArticleCommented Unassigned: [AttributeRouting]Route not being added to route...
In the following scenario, the Get() action on ReproController, which is decorated with an attribute route is _not_ being added to the route collection. On the other hand, the Get() action on the...
View ArticleCommented Unassigned: [WebApiOnOwin]Provide IAppBuilder extension which...
Scenario: Use Web API request batching on Owin.Our DefaultHttpBatchHandler requires us to supply the HttpServer instance to it, so I cannot use the 'UseWebApi' extension here. So, I am using the...
View ArticleCommented Feature: Please readd FormatterContext [221]
Hello there,today I updated to the RC version of the WebAPI and found that there was no real workable replacement for the FormatterContext.Beside I have no idea why it had to be removed there are...
View ArticleCommented Feature: Please readd FormatterContext [221]
Hello there,today I updated to the RC version of the WebAPI and found that there was no real workable replacement for the FormatterContext.Beside I have no idea why it had to be removed there are...
View ArticleCreated Unassigned: MQ: Move StyleCop build logic out into a NuGet package...
Instead of having a custom, private copy of StyleCop build logic (WebStack.StyleCop.targets), create a standard StyleCop targets NuGet package (that could be shared by others projects such as EF). Also...
View ArticleCreated Unassigned: MQ: Move xUnit build logic out into a NuGet package [1171]
Instead of having a custom, private copy of xUnit build system (test runner) logic (WebStack.xunit.targets), create a standard xUnit targets NuGet package (and share it with other projects such as EF)....
View ArticleEdited Task: MQ: Move StyleCop build logic out into a NuGet package [1170]
Instead of having a custom, private copy of StyleCop build logic (WebStack.StyleCop.targets), create a standard StyleCop targets NuGet package (that could be shared by others projects such as EF). Also...
View ArticleEdited Task: MQ: Move xUnit build logic out into a NuGet package [1171]
Instead of having a custom, private copy of xUnit build system (test runner) logic (WebStack.xunit.targets), create a standard xUnit targets NuGet package (and share it with other projects such as EF)....
View ArticleCreated Task: MQ: Update to latest NuGet.targets [1172]
NuGet package restore requires having a checked-in copy of NuGet.targets. We haven't updated ours in a while.Also, we should examine how the EF team handles interation between NuGet.targets and...
View ArticleCreated Unassigned: In OWIN environment, for some cases 404 response does not...
__Scenario__: User has a Katana based selfhosted application and is making a request to a non-existing controller__Issue__: Response body does not have the detailed error message that Web API usually...
View ArticleEdited Unassigned: In OWIN environment, for some cases 404 response does not...
__Scenario__: User has a Katana based selfhosted application and is making a request to a non-existing controller__Issue__: Response body does not have the detailed error message that Web API usually...
View ArticleEdited Unassigned: In OWIN environment, for some cases 404 response does not...
__Scenario__: User has a Katana based selfhosted application and is making a request to a non-existing controller__Issue__: Response body does not have the detailed error message that Web API usually...
View Article