EFDesigner2022 icon indicating copy to clipboard operation
EFDesigner2022 copied to clipboard

Model.Create<Entitie>Unsafe is missing

Open MyKeySoftMK opened this issue 1 year ago • 2 comments
trafficstars

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

Can you explain what i have done?

MyKeySoftMK avatar Jan 01 '24 12:01 MyKeySoftMK

Please change the typo in EFModelGenerator.ttinclude

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

Thanks

MyKeySoftMK avatar Jan 01 '24 14:01 MyKeySoftMK

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

msawczyn avatar Jan 16 '24 15:01 msawczyn