ruirodrigues1971

Results 3 issues of ruirodrigues1971

### Steps to reproduce Only needs to see for IdUserState **SQL table** ```sql CREATE TABLE `user` ( `idUser` int NOT NULL, `name` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,...

type-bug
Area-EntityFramework
external

### Steps to reproduce This problem happened last week, but now I making some documentation the error happened again. using normal scaffold, for example `dotnet ef dbcontext scaffold "SERVER=localhost; DATABASE=zaccsemel;...

type-question

After run the tool some files will be deleted. ![image](https://user-images.githubusercontent.com/7416923/50461741-59dea600-0978-11e9-9b2f-14ed8b5928ad.png) ![image](https://user-images.githubusercontent.com/7416923/50461801-ec7f4500-0978-11e9-80ca-e2aa84c92049.png) ![image](https://user-images.githubusercontent.com/7416923/50461952-04a39400-097a-11e9-97ea-46951b597f4d.png) This is something expected? It is expected that we manually copy again the deleted files in the remaining...