MikeGriffinReborn / EntitySpaces

EntitySpaces - A Fluent SQL library for .NET
24 stars 20 forks source link

v2019 generated code is missing UpTo and By for Many To One properties #18

Open mattphi opened 4 years ago

mattphi commented 4 years ago

e.g. For a class that contains a foreign key to the table named "Shop", when generating from v2012, it would emit -

public Shop UpToShopByShopId

Now, in v2019, it emits -

public Shop Shop

I am using the default settings - <UseUpToPrefix>true</UseUpToPrefix>