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

EntityFrameworkCore PostgreSQL migrations for Quartz.NET

Results 9 AppAny.Quartz.EntityFrameworkCore.Migrations issues
Sort by recently updated
recently updated
newest added

add support for SQL server it follows code style from quartz sql script, all names are capitalised

Hi there, **Is your feature request related to a problem? Please describe.** I have managed to make this package work for Entity Framework 6 code-first for Sqlite and I would...

- Upgraded all referenced packages (some had vulnerabilities and/or were deprecated). - Created a separate test project for every supported database provider. - Introduced Testcontainers to spin up a container...

Not sure if this is feasible here, but I'm using this lib within an existing dbcontext that has lazy loading proxies enabled for navigation properties. Unfortunately it seems that all...

When using this library to create the tables for Quartz.NET the library uses the schema "quartz" by default. But Quartz.NET itself uses "dbo". The migrations only work when setting the...

**Describe the bug** Not exactly a bug but a security vulnerability **To Reproduce** Running through our depenency track is causing our project that includes your project to fail a build...

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,...

**Is your feature request related to a problem? Please describe.** I like keeping the naming consistent across all of my DB Tables in Pascal Case. Current approach uses Screaming Snake...