danijel88

Results 6 comments of danijel88

Hi, Question what if your using DI on web app, where you build your services in Startup.cs. Later you have some business class, from which you should access to some...

Hi, Since not a lot of free time, I had refactor some code. Actually it is written blind code, only tested by running app without tests. [https://github.com/danijel88/RoleManagement](https://github.com/danijel88/RoleManagement) This is initial...

@mlqmarkos12 You are partial right. I can not find now on microsoft site topic, but there is written if does not exist IDesignTimeDbContextFactory, system is searching configuraton in generic host....

Sorry for late replay, let's make easy. Please clone this project. Remove migration folder from Infrastructure and try to add migration. Let me know if you got an error ?...

Did you try ? I had clone this repo and try to add migration for Infrastructure and I got an error.

npm and node for command add-migration which is command of EF ? Can you explain me why that command depend on npm and node ?