79671487

Date: 2025-06-19 03:31:15
Score: 1
Natty:
Report link
// SQL Server
var sql = builder.AddSqlServer("sqlserver", password: sqlPassword)
    .WithHostPort(1433)
    .WithContainerName("sqlserver")
    .WithLifetime(ContainerLifetime.Persistent);

// Redis
var redis = builder.AddRedis("redis")
    .WithHostPort(6379)
    .WithContainerName("redis");
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Lucas Fernando Padilha Stertz