Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make model namespace consistent #438

Closed
chinadragon0515 opened this issue Jun 13, 2016 · 2 comments
Closed

Make model namespace consistent #438

chinadragon0515 opened this issue Jun 13, 2016 · 2 comments

Comments

@chinadragon0515
Copy link
Contributor

Now, when user wants to extend a model based on model builder from EF, he needs to use low level ODL lib code to extend the model, we want to make it easier, make ODataConversionModelBuilder accept an existing model, tracked with issue OData/WebApi#755

Also when user wants to add some new entity type and entity set, and these entityset and type are used by operation, the model extend will need to overwride some existing logic.

Need to make this part model simpler.

@chinadragon0515
Copy link
Contributor Author

Fix namespace issue too, container will use "default" as namespace.

@chinadragon0515 chinadragon0515 changed the title Make model extend more easier Make model extend more easier and namespace consistent Jun 20, 2016
@chinadragon0515 chinadragon0515 changed the title Make model extend more easier and namespace consistent Make model namespace consistent Jul 1, 2016
@chinadragon0515
Copy link
Contributor Author

code merged. close the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant