79125190

Date: 2024-10-25 10:11:24
Score: 0.5
Natty:
Report link

I'm building a dotnet tool executing the C# source file without a project file, hope it helps

https://github.com/WeihanLi/dotnet-exec

Install the dotnet tool first

dotnet tool install -g dotnet-execute

and then execute the csharp source file with dotnet-exec Hello.cs

Reasons:
  • Whitelisted phrase (-1): hope it helps
  • Contains signature (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: WeihanLi