Needed: Very simple extension for running single C# files
Should be easy for someone who knows how to make extensions.
I want to right-click a C# file and select Run. Which basically is:
dotnet run --file path
>Ex: dotnet run --file "D:\GoogleDrive\My Content\My Projects\SLT\Assets\SLT.Assets\Test.cs"
Or is it possible to make it a Command?
I got it working in VS Code; I need it in VS too.