79711219

Date: 2025-07-23 01:55:07
Score: 1
Natty:
Report link
var path = Path.Combine(builder.Environment.ContentRootPath,"NotificationSystemLogs");
var isExists = Directory.Exists(path);
if(!isExists)
{
Directory.CreateDirectory(path)
}
Right click appsettings.json -> properties -> Copy to Output Directory = Copy always
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Diary'Teng