79277720

Date: 2024-12-13 09:14:42
Score: 2.5
Natty:
Report link

Is this what you're looking for?

Host.CreateDefaultBuilder(args)
    .ConfigureWebHostDefaults(builder => { })
    .ConfigureServices((ctx, services) =>
    {
        if (ctx.HostingEnvironment.IsDevelopment())
        {

        }   
    });
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Is this
Posted by: Kiryl