Try use IRepository<Entity, string>
Can you look at this and see if it works? https://support.aspnetzero.com/QA/Questions/4661#answer-c9b1b398-a655-22eb-c24b-39ea984264f2
Please check this PR: https://github.com/aspnetzero/aspnet-zero-core/pull/2214
Can you send me the project source code? I try it locally.
Email: [email protected]
@josepereira Looks like this is a bug, I will fix it. After that I am replying to you.
@cosan What is your error message?
Here are the documentation on ef core and existing databases.
https://docs.microsoft.com/en-us/ef/core/get-started/aspnetcore/existing-db https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework-core-scaffold-example.html
Hangfire does not handle background worker.
ABP's background worker systems are simple. It does not have a schedule system, except for periodic running workers as demonstrated above. If you need more advanced scheduling features, we suggest you check out Quartz or another library.
see: https://aspnetboilerplate.com/Pages/Documents/Background-Jobs-And-Workers#advanced-scheduling
This seems to be an angular cli problem. https://github.com/angular/angular-cli/issues/10641
see: https://github.com/aspnetzero/aspnet-zero-core/issues/1015