I want to run my simple demo of .NET Core project in VS code. When I run dotnet build in my VS Code terminal, it works as expected. But the problem is, in the same project, when I run dotnet run then I get the following error:
Couldn't find a project to run. Ensure a project exists in C:\Users\hp\Desktop\HW-3\FirstTestApp, or pass the path to the project using --project.
This error is totally unexpected for me because this project should be working correctly, but it does not. I am actually not much familiar with VS Code.
And this is my demo project structure:

