Edited Feature: Error when using ODataQueryOptions with primitive return...
Scenario:I have a Persons controller, which is a regular Web API controller and not based on OData.I would like users to be able to supply queryable options on Person and only return small amounts of...
View ArticleEdited Feature: Support deep insert of entities via links [528]
Example: In ODataService sample, Product entity type has a required relationship with ProductFamily. Product cannot exist without a Product Family.Currently we can submit a Product without any existing...
View ArticleEdited Issue: Throw error when user registers entity type as returntype...
In the following example, the action "ExtendSupportDate" has a return type of Product which is actually an entity type. Currently the Edmmodel generates without an error. We should throw an indicating...
View ArticleEdited Feature: Consider the strategy for interface property in convention...
Currently, we don't do anything special for interface. It will be added as an entity type or complex type depending on the entity key convention.We can ignore interface property in convention model...
View ArticleCommented Feature: Consider the strategy for interface property in convention...
Currently, we don't do anything special for interface. It will be added as an entity type or complex type depending on the entity key convention.We can ignore interface property in convention model...
View ArticleClosed Issue: Provide api to specify options to disable generating Edit links...
In the following scenario, i would like to not generate edit links for Suppliers.ODataModelBuilder modelBuilder = new...
View ArticleClosed Issue: Do not allow duplicate parameter names for actions [492]
Negative case: Currently we are allowing this. We could error out if we see duplicate names for parameters.var extSupport =...
View ArticleEdited Issue: Consider refactoring MapTypes in ODataConventionModelBuilder to...
make it more unit testable.
View ArticleCommented Issue: Consider refactoring MapTypes in ODataConventionModelBuilder...
make it more unit testable.Comments: looks like some good refactoring.
View ArticleEdited Feature: Validate the Action for correct bindability and return type...
If I am creating a bindable action for a particular entity, we need to validate the incoming request to see if the action is being applied to the correct entity type.Example: ExtendSupportDate is a...
View ArticleCommented Feature: Validate the Action for correct bindability and return...
If I am creating a bindable action for a particular entity, we need to validate the incoming request to see if the action is being applied to the correct entity type.Example: ExtendSupportDate is a...
View ArticleEdited Feature: add model validation pass in odata model builder [437]
we should validate things like when users build edm models explicitly (not for the implicit model we build in query composition)1) an entity type has key(s).2) an entity type has a corresponding entity...
View ArticleClosed Issue: Support non-nullable Action parameters [417]
Currently ParameterConfiguration doesn't allow this to be specified so we default to nullable=true.Comments: dup of 461.
View ArticleCreated Issue: Batching scenario not working in Web host. [957]
I have been unable to make batching work in Web host scenarios with our latest code. I tried using Brad Wilson's batching sample from his blog post and also the HostedBatch sample in public asp.net...
View ArticleCommented Issue: Making it easy to extract key from OData URL [857]
The $link scenario requires user to parse the key from the url to proceed. However, we currently don't have easy way to do that. The workaround in the ODataServiceSample using following code to achieve...
View ArticleReopened Issue: Making it easy to extract key from OData URL [857]
The $link scenario requires user to parse the key from the url to proceed. However, we currently don't have easy way to do that. The workaround in the ODataServiceSample using following code to achieve...
View ArticleEdited Issue: Making it easy to extract key from OData URL [857]
The $link scenario requires user to parse the key from the url to proceed. However, we currently don't have easy way to do that. The workaround in the ODataServiceSample using following code to achieve...
View ArticleCreated Issue: SimpleMembershipProvider bad designed or we don't understand...
Hiwe have following situation: - 2 applications works with same database (backend/frontend - is hosting environment dbase restriction). - frontend application could contains more then 300000members...
View ArticleEdited Issue: SimpleMembershipProvider bad designed or idea hasn't been...
Hiwe have following situation: - 2 applications works with same database (backend/frontend - is hosting environment dbase restriction). - frontend application could contains more then 300000members...
View Article