You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var sqlServerConnectionString = builder.Configuration.GetConnectionString("SqlServerConnection");
var redisCacheConnectionString = builder.Configuration.GetConnectionString("RedisCache");
var env = builder.Environment.EnvironmentName;
if (string.IsNullOrWhiteSpace(sqlServerConnectionString))
{
// The application configuration does not include a database connection string, use Testcontainers for .NET to create, start and seed the dependent database.