I\'m using EF Core with database-first approach using the \"Scaffold-DbContext\"-command to generate my DbContext / Entities.
How can I instruct Scaffold-DbContext t
This is the same question answered at: Does EF7 support enums?