79344999

Date: 2025-01-10 08:20:06
Score: 3
Natty:
Report link

var configFolder = Path.Combine(Directory.GetCurrentDirectory(), "Configs");

foreach (var file in Directory.GetFiles(configFolder, "*.ocelot.json")) { builder.Configuration.AddJsonFile(file, optional: true, reloadOnChange: true);enter image description here }

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Suraj Chauhan