There are more possible solutions:
Incorrect structure of your folder:
- Use a terminal in VSCode and create a folder like
mkdir MyProject - Create your project in a new folder from the terminal, for example:
dotnet new console
Incorrect settings:
Switch to:
Code -> Preferences -> Settings
and delete "omnisharp.useMono": true/false
Alternatively, you can open the project using Visual Studio or MonoDevelop, and then open it again in VSCode.
You have invalid input parameters in TryParseExact #LAUGHING
source share