79403763

Date: 2025-01-31 18:58:34
Score: 0.5
Natty:
Report link

Mentioned above, but here is the answer:

var app = Host.CreateApplicationBuilder();
app.ConfigureContainer(new DefaultServiceProviderFactory(new ServiceProviderOptions
{
    ValidateOnBuild = false,
    ValidateScopes = true
}));
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: brendonparker