We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have made some changes on my model. But now i missing the ".Create,,,,Unsafe"-Method.
Can you explain what i have done?
The text was updated successfully, but these errors were encountered:
Please change the typo in EFModelGenerator.ttinclude
Line 898: from if ((visibility != "public") && !modelClass.IsAbstract) to if ((visibility != "Public") && !modelClass.IsAbstract)
if ((visibility != "public") && !modelClass.IsAbstract)
if ((visibility != "Public") && !modelClass.IsAbstract)
Thanks
Sorry, something went wrong.
Thanks for that. It'll be in the next release.
No branches or pull requests
I have made some changes on my model. But now i missing the ".Create,,,,Unsafe"-Method.
Can you explain what i have done?
The text was updated successfully, but these errors were encountered: