AppAny.Quartz.EntityFrameworkCore.Migrations icon indicating copy to clipboard operation
AppAny.Quartz.EntityFrameworkCore.Migrations copied to clipboard

Add .net 9 and update nuget packages

Open ahmed-abdelrazek opened this issue 1 year ago • 0 comments

this mainly to avoid ef core 9 sqlite error

Unable to create a 'DbContext' of type 'ApplicationDbContext'. The exception 'Method 'get_LockReleaseBehavior' in type 'Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository' from assembly 'Microsoft.EntityFrameworkCore.Sqlite, Version=8.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' does not have an implementation.' was thrown while attempting to create an instance. For the different patterns supported at design time, see https://go.microsoft.com/fwlink/?linkid=851728

ahmed-abdelrazek avatar Feb 26 '25 12:02 ahmed-abdelrazek