dotnes
dotnes copied to clipboard
Support C# static methods within `Program.cs`
In theory, this would generate a subroutine with appropriate parameters passed in. We could start with methods with no parameters as a starting point.
This is easy to describe in English, but might be tricky to implement. 🙂