Is there a way to call the dotnet mysql-cache create ... from C# code, like with DbContext and EnsureMigrated()? Otherwise I need to roll out a launch script for every container image to run dotnet mysql-cache create before each application launches.
Is there a way to call the
dotnet mysql-cache create ...from C# code, like withDbContextandEnsureMigrated()? Otherwise I need to roll out a launch script for every container image to rundotnet mysql-cache createbefore each application launches.