Quantcast
Channel: ASPNETWebStack Issue Tracker Rss Feed
Browsing all 7215 articles
Browse latest View live
↧

Edited Issue: Sample route doesn't support delete $link for collection...

WCF Data client will send request to collection navigation property with following uri:DELETE /Order(1)/$links/Order_Details(2)if user call:ctx.DeleteLink(order, "Order_Details", orderDetail);However,...

View Article


Edited Issue: [Queryable] doesn't work on actions that return an array [521]

[Queryable]public FormatterPerson[] GetPeople()will fail if you try to run any query on it.

View Article


Edited Issue: Cannot change base type after convention model builder [507]

Repro code is attached. A <- B <- CAfter adding A as entity type, I change C's base type to A. Then it reports following error:System.InvalidOperationException occurred HResult=-2146233079...

View Article

Commented Issue: Cannot change base type after convention model builder [507]

Repro code is attached. A <- B <- CAfter adding A as entity type, I change C's base type to A. Then it reports following error:System.InvalidOperationException occurred HResult=-2146233079...

View Article

Closed Issue: Can't post derived type to base type's EntitySet [530]

For example, define models: [EntitySet("Vehicles")] [DataServiceKey("Id")] public class Vehicle { public int Id { get; set; } public string Model { get; set; } public string Name { get; set; } public...

View Article


Edited Issue: Advertise actions information of entities or collections of...

OData spec here talks about 'advertising' of actions in the response. It says 'MAY', but this bug is just to keep track of atleast to make sure we provide this...

View Article

Commented Issue: Advertise actions information of entities or collections of...

OData spec here talks about 'advertising' of actions in the response. It says 'MAY', but this bug is just to keep track of atleast to make sure we provide this...

View Article

Edited Issue: QueryableAttribute doesn't support operators on DateTimeOffset...

http://localhost:9022/api/FilterTests/GetProducts?$filter=DateTimeOffset eq datetimeoffset'2011-06-01T14:03:00'Respose Content: {"Message":"The query specified in the URI is not...

View Article


Edited Issue: QueryableAttribute doesn't support compare complex type with...

Repro code: public class BlahController : ApiController { [Queryable] public IQueryable<User> Get() { return new List<User>() { new User() { FirstName = "A", LastName = "AL", Age = 10 },...

View Article


Edited Issue: OData [Queryable] should avoid AsQueryable where possible [374]

[Performance] When the OData [Queryable] logic composes the query, it currently converts simple IEnumerable's to IQueryable using Enumerable.AsQueryable() when building the query expression. But...

View Article

Commented Issue: OData [Queryable] should avoid AsQueryable where possible [374]

[Performance] When the OData [Queryable] logic composes the query, it currently converts simple IEnumerable's to IQueryable using Enumerable.AsQueryable() when building the query expression. But...

View Article

Edited Issue: Cache the compiled expression to improve performance [374]

[Performance] When the OData [Queryable] logic composes the query, it currently converts simple IEnumerable's to IQueryable using Enumerable.AsQueryable() when building the query expression. But...

View Article

Commented Issue: Cache the compiled expression to improve performance [374]

[Performance] When the OData [Queryable] logic composes the query, it currently converts simple IEnumerable's to IQueryable using Enumerable.AsQueryable() when building the query expression. But...

View Article


Edited Issue: 406 error from ODataMediaTypeFormatter if there is any...

Download odata service sample: http://aspnet.codeplex.com/SourceControl/list/changesetsUpgrade odata package from myget nightly build: http://www.myget.org/F/aspnetwebstacknightly/Run query:...

View Article

Commented Issue: 406 error from ODataMediaTypeFormatter if there is any...

Download odata service sample: http://aspnet.codeplex.com/SourceControl/list/changesetsUpgrade odata package from myget nightly build: http://www.myget.org/F/aspnetwebstacknightly/Run query:...

View Article


Edited Issue: Cache the compiled expression to improve performance [374]

[Performance] When the OData [Queryable] logic composes the query, it currently converts simple IEnumerable's to IQueryable using Enumerable.AsQueryable() when building the query expression. But...

View Article

Edited Issue: Cache the compiled expression to improve performance [374]

[Performance] When the OData [Queryable] logic composes the query, it currently converts simple IEnumerable's to IQueryable using Enumerable.AsQueryable() when building the query expression. But...

View Article


Edited 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

Commented 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

Created Issue: Expose the default logic of link generation to enable re-using...

I agree that its easy to create links ourselves, but its much easier to just fallback to the default convention too.Scenarios:a. I would like to build a 'Transient' action on Product called...

View Article
Browsing all 7215 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>