iammukeshm / CleanArchitecture.WebApi

An implementation of Clean Architecture for ASP.NET Core 3.1 WebAPI. Built with loosely coupled architecture and clean-code practices in mind.
MIT License
1.4k stars 344 forks source link

seeder not inserted #46

Open yozawiratama opened 2 years ago

yozawiratama commented 2 years ago

I try re-code the infrastructure Identity. And try to add migration, after that update-database.

but after its done, when I check database, there is no seed data inserted

yamlakkassahun commented 2 years ago

Have you Checked the Program.cs file if the Seeding for data is called?