79722487

Date: 2025-08-01 12:11:45
Score: 2.5
Natty:
Report link

I found this blog post, suggesting to use Path.GetFileName(Environment.GetCommandLineArgs()[0]). This returns something like YourProjectName.dll. If needed, you can strip the file extension. Or even keep the entire path by omitting the call to Path.GetFileName.

Reasons:
  • Blacklisted phrase (1): this blog
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Koen Elsdijk