Commented Issue: Routing conventions should not handle requests if action...
Right now, several actions return an action name even if the action doesn't exist. We should avoid handling the request if the action doesn't exist so other routing conventions can try to handle...
View ArticleCreated Issue: Content-negotiation not done properly for odata actions using...
When calling an action in odata, content negotiation it's not being performed properly.POST http://localhost:26000/EntityWithSimpleProperties(1)/TestAction HTTP/1.1Host: localhost:26000Content-Length:...
View ArticleEdited Issue: Content-negotiation not done properly for odata actions using...
When calling an action in odata, content negotiation it's not being performed properly.POST http://localhost:26000/EntityWithSimpleProperties(1)/TestAction HTTP/1.1Host: localhost:26000Content-Length:...
View ArticleClosed Issue: Content-negotiation not done properly for odata actions using...
When calling an action in odata, content negotiation it's not being performed properly.POST http://localhost:26000/EntityWithSimpleProperties(1)/TestAction HTTP/1.1Host: localhost:26000Content-Length:...
View ArticleCreated Issue: ODataError should serialize ModelState errors. [767]
without this debugging exceptions thrown in odata formatter are hard to debug.
View ArticleCreated Issue: DependencyScope is disposed before the HttpControllerTracer [768]
### Facts - I am using AutoFac as IoC container - I enabled tracing with my custom tracer. - During the trace operation, I try to get the `DependencyScope` through request.Properties collection.###...
View ArticleEdited Issue: DependencyScope is disposed before the HttpControllerTracer [768]
### Facts - I am using AutoFac as IoC container - I enabled tracing with my custom tracer. - During the trace operation, I try to get the `DependencyScope` through request.Properties collection.###...
View ArticleReopened Issue: Content-negotiation not done properly for odata actions using...
When calling an action in odata, content negotiation it's not being performed properly.POST http://localhost:26000/EntityWithSimpleProperties(1)/TestAction HTTP/1.1Host: localhost:26000Content-Length:...
View ArticleEdited Issue: Content-negotiation not done properly for odata actions using...
When calling an action in odata, content negotiation it's not being performed properly.POST http://localhost:26000/EntityWithSimpleProperties(1)/TestAction HTTP/1.1Host: localhost:26000Content-Length:...
View ArticleClosed Issue: Content-negotiation not done properly for odata actions using...
When calling an action in odata, content negotiation it's not being performed properly.POST http://localhost:26000/EntityWithSimpleProperties(1)/TestAction HTTP/1.1Host: localhost:26000Content-Length:...
View ArticleEdited Issue: Use entity set name instead of controller name to build link [765]
The only place that uses controller name to build link is at EntitySetControllerHelpers.cs(79). public static HttpResponseMessage PostResponse<TEntity, TKey>(ApiController controller, TEntity...
View ArticleEdited Issue: Consider making the Json light OData formatter the first...
For consistency with WebAPI where Json is registered before Xml
View ArticleCommented Issue: Consider making the Json light OData formatter the first...
For consistency with WebAPI where Json is registered before XmlComments: Fixed: http://aspnetwebstack.codeplex.com/SourceControl/changeset/45a571195394...
View ArticleEdited Issue: ODataError should serialize ModelState errors. [767]
without this debugging exceptions thrown in odata formatter are hard to debug.
View ArticleCreated Issue: Can't unit test code that generates OData links [769]
There's no unit that encapsulates the logic around generating a full OData link, so tests end up integration style. Having an odata link factory abstraction allows unit testing such code.We are putting...
View ArticleEdited Issue: Required navigation property has ZeroOrOne multiplicity on edm...
Here is the test code:[DataContract] public class SimpleDataContractModel{[Key][DataMember] public int KeyProperty { get; set; }[DataMember] public string Name { get; set; }[Required][DataMember]...
View ArticleEdited Issue: Can't update entity by WCF Data Service Client when it has...
For example, define model:public class Car{public int ID { get; set;}public int WheelCount { get { return 4;}}}Build edm model:ODataConventionModelBuilder builder = new...
View ArticleCommented Issue: Can't update entity by WCF Data Service Client when it has...
For example, define model:public class Car{public int ID { get; set;}public int WheelCount { get { return 4;}}}Build edm model:ODataConventionModelBuilder builder = new...
View ArticleCommented Issue: Can't update entity by WCF Data Service Client when it has...
For example, define model:public class Car{public int ID { get; set;}public int WheelCount { get { return 4;}}}Build edm model:ODataConventionModelBuilder builder = new...
View ArticleCommented Issue: Can't update entity by WCF Data Service Client when it has...
For example, define model:public class Car{public int ID { get; set;}public int WheelCount { get { return 4;}}}Build edm model:ODataConventionModelBuilder builder = new...
View Article