-
Notifications
You must be signed in to change notification settings - Fork 138
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
Comments
Fix namespace issue too, container will use "default" as namespace. |
code merged. close the issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: