msawczyn / EFDesigner2022

Entity Framework visual design surface and code-first code generation for EF6, Core and beyond
MIT License
119 stars 21 forks source link

Model.Create<Entitie>Unsafe is missing #87

Open MyKeySoftMK opened 6 months ago

MyKeySoftMK commented 6 months ago

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

Can you explain what i have done?

MyKeySoftMK commented 6 months ago

Please change the typo in EFModelGenerator.ttinclude

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

Thanks

msawczyn commented 5 months ago

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