CSC : error CS5001: Program does not contain a static 'Main' method suitable for an entry point. [C:\...\MakeMyProject.csproj]The build failed. Fix the build errors and run again.
CSC : error CS5001: Program does not contain a static 'Main' method suitable for an entry point. [C:\...\MakeMyProject.csproj]The build failed. Fix the build errors and run again.
but yet when I build the project, there are no errors. There are no errors on the scripts themselves. I know it's using Main somehow but I can't figure out how. I know it's using it somehow because it goes through the CheckSetup() function and runs the ShowWelcomeScreen() function in the terminal window that opens.