79125063

Date: 2024-10-25 09:31:12
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

dotnet tool install -g dotnet-execute

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

find more on the github

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