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

Commented Issue: Consider adding a type hierarchy under...

Per HongMei: Consider classes like JsonODataMediaTypeFormatter, AtomODataMediaTypeFormatter, XmlODataMediaTypeFormatter, etc.Comments: This makes it easier to remove or add the supported media type for...

View Article


Edited Issue: Consider more public surface area around...

Per HongMei: Consider extension methods to do things like get the list of all ODataMediaTypeFormatters, Get the OData model from the list of formatters. Consider exposing the supported payload kinds as...

View Article


Closed 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: We should allow people setting the AllowedFunctionNames to...

[Queryable(AllowedFunctionNames=AllowedFunctionNames.AllFunctionNames)]<br />IQueryable<Customer> Get()<br />{<br />..<br />}<br /><br />This will throw...

View Article

Edited Issue: EnableOData will convert HttpError to ODataError even it's not...

By EnableOData in an existing web api project, all the HttpError in the project will be converted to ODataError when client requests application/json or application/xml.<br /><br />The...

View Article


Commented Issue: EnableOData will convert HttpError to ODataError even it's...

By EnableOData in an existing web api project, all the HttpError in the project will be converted to ODataError when client requests application/json or application/xml.<br /><br />The...

View Article

Edited Issue: Queryable won't work for normal web api after adding odata...

The scenario is that after user added odata service to an existing web api application, the old api's queryable won't work as before.<br /><br />The reason is that we set the global edm...

View Article

Commented Issue: Queryable won't work for normal web api after adding odata...

The scenario is that after user added odata service to an existing web api application, the old api's queryable won't work as before.<br /><br />The reason is that we set the global edm...

View Article


Edited Issue: Query composition error when derived type hides base type...

If user define type like:<br />public class BaseType<br />{<br /> public string Name { get; set; }<br />}<br />public class DerivedType : BaseType<br />{<br />...

View Article


Commented Issue: Error writing out response when certain link generators...

Scenario1<br />------------<br />In this scenario, I would like to make a read-only entityset for Products. I am commenting out the line which creates the Edit link. This is from the...

View Article

Edited Issue: OData model builder should reuse association for bi-direction...

Association should represent a bi-direction relationship of two entities. It doesn't make sense to have two associations for bidirection navigation properties. <br /><br />For example, in...

View Article

Edited Issue: QueryableAttribute doesn't support query on public field [441]

To repro:<br /><br />public class Movie<br />{<br /> public string Name = null;<br />}<br /><br />public class MoviesController : ApiController<br...

View Article

Commented Issue: MVC 4 Futures NuGet Package? [655]

Why is there no NuGet package for the MVC 4 Futures assembly? We had one for MVC 2 and MVC 3. I can sort-of use the MVC 3 Futures with MVC 4, but some methods moved from Futures to the main MVC...

View Article


Edited Issue: Do not allow duplicate function names for the same entity type...

In the following scenario, i have duplicate function names for the entity type Product...the services opens successfully and shows both these functions and also the advertisement shows both these...

View Article

Edited Issue: Add an ODataClientMediaTypeFormatter as a sample [433]

It is super helpful while doing deserialization tests. <br />We can mark it internal or document it saying that it can be used only for unit testing. <br />

View Article


Closed Issue: Can't modify key after convention model builder added entity [471]

After ODataConventionModelBuilder add an entity, user can't change the key property to another one.For example: public class Todo{ public int TodoID { get; set; } public string Name { get; set; }}var...

View Article

Edited Issue: Provide overload to supply entitysetconfiguration while...

It would be convenient for users if we provide overload for "ReturnsCollectionFromEntitySet" and "ReturnsFromEntitySet" methods where they can specify an entitysetconfiguration, if they have already...

View Article


Edited Issue: Support case-insensitive property names in OData queries [366]

For OData $filter/$sort queries, our output could potentially different casings vs. the model. In this scenario the query parsing will fail.<br /><br />For example, if my model has a "Name"...

View Article

Edited Issue: Queryable on Class validates all methods must be IEnumerable...

Right now if you put the queryable attribute on a class it throws on Get(int ID) that returns a single object.<br /><br />This is patently silly and must be removed. It is absolutely valid...

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'<br /><br />Respose Content: {"Message":"The query specified in the URI is not...

View Article
Browsing all 7215 articles
Browse latest View live


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