Devart.Data.Oracle.EFCore in Azure Web Apps
I have an open ticket for this but wanted to see if anyone else has been able to get EFCore to work with Oracle, dotnet9 in an Azure Web App.
Using the line works locally but not in Azue.
builder.Services.AddDbContext<TestOracleDbContext>(options => options.UseOracle(vcisDbConnection));
The connection string is not set so the connection fails. Devart has indicated these do not have a timeline and setting up a test in Azure is difficult for them so how.