Reverse engineering using Scaffold-DbContext for Ef Core 1.0 generates Models with pluralized name.
I am using SQL Server 2014 with table name pluralized eg: Blogs, Posts... the Scaffold-DbContext generate model classes with Blogs, Posts but i want the model classes to be Blog, Post and DbSet to be Blogs and Posts.