-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
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
No output for the simple hello world console app #7917
Comments
Did you get any error message? Can you share a screenshot of what happened? |
You need to be in the new project's folder before running. With your first command of dotnet new, you're setting a name of MyApp which creates a folder MyApp to put things in.
This is documented as the 2nd step on the Create your app page. |
I did execute |
This issue is stale because there has been no response to a request for more information for 7 days. |
did you find a solution? Having the same problem... Creating a new console application with dotnet new console and trying to run it also doesn't work |
This issue is stale because there has been no response to a request for more information for 7 days. |
This issue was closed because there was no response to a request for more information for 10 days. |
Facing the same issue , Running dotnet run simply doesnt display any output in the terminal . [ EDIT ] |
Problem encountered on https://dotnet.microsoft.com/en-us/learn/dotnet/hello-world-tutorial/run
Operating System: ubuntu 20.04
Provide details about the problem you're experiencing. Include your operating system version, exact error message, code sample, and anything else that is relevant.
terminal command:
code:
terminal output: no output
expected output: print "hello world"
The text was updated successfully, but these errors were encountered: