We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you are new to c#, follow this tutorial to run the project: https://www.youtube.com/watch?v=1PJ5lT4nCbM
Also, instead of adding a new project, press .NET Add Existing Project to add your desired c# project
After you use the 'dotnet run' it might show an error " To install missing framework, download: https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=7.0.0&arch=x64&rid=win-x64&os=win10 " if that happens, just click on the link and install a framework, for windows, install the run console apps version
hope this was helpful : )
The text was updated successfully, but these errors were encountered:
Thank you for sharing this!
Sorry, something went wrong.
No branches or pull requests
If you are new to c#, follow this tutorial to run the project:
https://www.youtube.com/watch?v=1PJ5lT4nCbM
Also, instead of adding a new project, press .NET Add Existing Project to add your desired c# project
After you use the 'dotnet run' it might show an error
"
To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=7.0.0&arch=x64&rid=win-x64&os=win10
"
if that happens, just click on the link and install a framework, for windows, install the run console apps version
hope this was helpful : )
The text was updated successfully, but these errors were encountered: