MicrosoftDocs / mslearn-aspnet-core

Sample apps for Microsoft Learn modules using ASP.NET Core.
MIT License
90 stars 127 forks source link

file not found error while building Coupon.API service for first time #181

Closed GarvitKarnwal closed 1 year ago

GarvitKarnwal commented 1 year ago

I am following this tutorial from Microsoft Learn - Create and deploy a cloud-native ASP.NET Core microservice. I am getting the below shown error when trying to build the Coupon.API service for the first time: image

As you can see, the .csproj file exists in the correct folder. I am using GitHub codespace as recommended in the course. Please let me know how can I resolve this Issue?

GarvitKarnwal commented 1 year ago

Navigating to the correct folder in the terminal fixed this issue. See the screenshot for commands: image