CSharpShellApp
CSharpShellApp copied to clipboard
Top-level statements CS8805
Using top-level statements throws CS8805 "Program using top-level statements must be an executable.", although the Output type is set to Exe in project settings
They are only supported for console applications. Microsoft don't allow .exe files in an Android APK, but I might be able to force that.