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

Model.Create<Entitie>Unsafe is missing #87

Open
MyKeySoftMK opened this issue Jan 1, 2024 · 2 comments
Open

Model.Create<Entitie>Unsafe is missing #87

MyKeySoftMK opened this issue Jan 1, 2024 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@MyKeySoftMK
Copy link

I have made some changes on my model. But now i missing the ".Create,,,,Unsafe"-Method.

Can you explain what i have done?

@MyKeySoftMK
Copy link
Author

Please change the typo in EFModelGenerator.ttinclude

Line 898:
from if ((visibility != "public") && !modelClass.IsAbstract)
to if ((visibility != "Public") && !modelClass.IsAbstract)

Thanks

@msawczyn msawczyn added the bug Something isn't working label Jan 16, 2024
@msawczyn
Copy link
Owner

Thanks for that. It'll be in the next release.

@msawczyn msawczyn added this to the 4.2.8 milestone Jan 16, 2024
@msawczyn msawczyn added this to Enhancement Requests in EFDesigner2022 via automation Jan 16, 2024
@msawczyn msawczyn moved this from Enhancement Requests to Bug Reports in EFDesigner2022 Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
EFDesigner2022
Bug Reports
Development

No branches or pull requests

2 participants