Closed philippedurocher closed 11 months ago
Hi @philippedurocher!
Thank you for reporting this. I will investigate the issue.
Can you possibly provide a complete sample project to reproduce this?
Thank you!
I have never been able to reproduce the problem on my machine. In fact, the issue occurs in my deployment pipeline when I try to extract the database migration script.
What I did to work around the problem is to implement IDesignTimeDbContextFactory
I have no idea why I didn't need this with 6.3.0 and now I need it with 6.4.0.
Sorry, I would like to provide more information, but I can't reproduce it locally, and I can't debug the pipeline.
No worries. Thanks for the update.
Should it occurr again, please let us know.
Everything is working with 6.3.0 but after upgrading to 6.4.0 it's not working.
I'm using dotnet 8.0.100, EF tools 8.0.0, Serilog.AspNetCore 8.0.0
The command :
Here's the error log
The code to register ApplicationDbContext
The code to register Serilog
The configuration