EntityFrameworkCore.Generator
EntityFrameworkCore.Generator copied to clipboard
Disable relationship autogeneration
Hello I met the similar problem with relationships auto generation as some other users here: relationship not correctly works when FK is different then the primary key. Overriding is the option to solve this. But, could the relationship auto generation be disabled on config file?
After removing "Generated Relationships" region on model, auto generation still adds configuration on "Map" class, but should not. This cause an error.
Would be great! I would like put relationships in an another partial file. To turn off relationship generation wold be cool too..