New Post: WEB API ODATA - GET on properties
Well, $expand will show up in our public nightly builds in the next week or two. June is when we will publish an official preview package on nuget.org. Daniel Roth
View ArticleCommented Issue: CORS doesn't seem to work for me with POST [951]
Hi, I followed the instructions on http://aspnetwebstack.codeplex.com/wikipage?title=CORS%20support%20for%20ASP.NET%20Web%20API to setup CORS.When Get requests are issues I see the OPTIONS request, the...
View ArticleNew Post: WEB API ODATA - GET on properties
Hi Daniel, Thanks - I'll keep an eye on the commit history and switch to nightly builds. I tried using nightly builds last week to play with the batch support but ran across issues with ODataLib -...
View ArticleCommented Issue: CORS doesn't seem to work for me with POST [951]
Hi, I followed the instructions on http://aspnetwebstack.codeplex.com/wikipage?title=CORS%20support%20for%20ASP.NET%20Web%20API to setup CORS.When Get requests are issues I see the OPTIONS request, the...
View ArticleEdited Unassigned: Batching handlers should dispose responses in case of...
When a batch request is received in Web API, this request is spawn into multiple requests. When these requests are being executed one by one, there is a possibility that one of the request's processing...
View ArticleEdited Unassigned: Batching handlers should dispose responses in case of...
When a batch request is received in Web API, this request is spawn into multiple requests. When these requests are being executed one by one, there is a possibility that one of the request's processing...
View ArticleEdited 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 ArticleEdited Unassigned: Batching handlers should copy properties from batch...
WebApi-on-Owin's HttpMessageHandlerAdapter populates following properties on an incoming request:MS_RetrieveClientCertificateDelegateMS_IsLocalWhen a batching request comes in these are populated on...
View ArticleEdited Unassigned: [WebApiOnOwin]Provide virtual methods on...
The current signature of OwinBufferPolicySelector is the following:We should make the UseBufferedInputStream & UseBufferedOutputStream methods overridable.```public class OwinBufferPolicySelector :...
View ArticleClosed Issue: "i" "I" character problem at SimpleMembershipProvider.cs [714]
in Turkish,we have "i" and "ı" characters. (...h,ı,i,j,k,l,m,...)"i" is lower, "İ" is upper of "i","ı" is lower, "I" is upper of "ı".When we use membership at MVC4, if "UserName" is includes "i"...
View ArticleClosed Issue: WebSecurity.CreateUserAndAccount Sql Collation Issue [480]
Hello,If Sql Server database collation is Turkish_CI_AS, I get that error at below cause UPPER function in SELECT Query in "GetUserId" method in SimpleMembershipProvider.cs class.SQL UPPER('info') is...
View ArticleClosed Issue: ODataSerializerContext.ServiceOperationName is not a good name...
The real meaning of this is the 'ElementName' that should be used whenever outputting a wrapper.With this new interpretation code that looks at the last segment feels a lot safer, so we can probably...
View ArticleClosed Issue: WebAPI OData ODataWorkspace does not respect route prefix. [787]
My OData service needs to support multiple-accounts, which is done by having a route-prefix of {account}.I can then parse the string in the route to determine which account to run against dynamically...
View ArticleClosed Feature: OData does not support $inlinecount=allpages [330]
This is obviously very needed. See my comments about ODataResult on how this should be intelligently implemented without using things like ODataResult.
View ArticleClosed Issue: ASP.NET Web API OData does not work with Excel [820]
Excel expects an XML service doc, but it doesn't send any Accept header. By default ASP.NET Web API OData sends back a JSON service doc when no Accept header is specified. As a result you cannot...
View ArticleClosed Issue: Make creation of HttpRouteCollection easier [153]
Our use of HttpRouteValueDictionary is more cumbersome than necessary: we use TypeDescriptors to initialize in two places and often had extra checks for null spread out at each call site rather than in...
View ArticleClosed Issue: Make query composition extensible [66]
Right now these entire name space is marked as internal.This prevents anyone from extending the OData support to add the missing and very much required $select, $any, $all etc. commands. ($select being...
View Article