C
C#15mo ago
Mek

✅ Not sure why I'm getting this error

Code: https://pastebin.com/2u9HCy8U
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.
1 Reply
Mek
MekOP15mo ago
nvm I'm going to do something different

Did you find this page helpful?