Trying to run hangfire on a Mac M1 in Parallels, which needs SQL Edge running in a docker container on the host (Mac).
I get the following:
PlatformNotSupportedException: The SQL Server edition of the target server is unsupported, e.g. SQL Azure.]
Hangfire.SqlServer.SqlServerObjectsInstaller.Install(DbConnection connection, String schema) +692
Hangfire.SqlServer.SqlServerStorage..ctor(String nameOrConnectionString, SqlServerStorageOptions options) +104
Hangfire.SqlServerStorageExtensions.UseSqlServerStorage(IGlobalConfiguration configuration, String nameOrConnectionString) +92
Hangfire works fine everywhere else (windows machines, azure, etc)
Anyone else run into this issue with Hangfire?