net-core-scaffolding READMEThis extention is meant to replicate the scaffolding function for .Net Core MVC projects found in Visual Studio on Windows. Right-click on a .Net class and select Scaffold MVC. This will prompt you to install any missing dependencies and then ask you a couple of questions before scaffolding the controller and views. FeaturesSimple to use with in the code. 0.0.1Initial release. 0.0.2Introduced bug fixes to the initial deployment. 0.0.3Introduced some changes to installation of dependencies that were failing and the handling of dbcontexts. 0.0.6This version is including allowing the user to specify a custom name for the Database Context instead of just using the pre defined ones. |