Is the README.md meant for use in VS Code?
What are the sequence of steps needed? I suppose the repo is the version as at the end of the complete course? I am still at Module 4.
I cloned the repo and pressed F5. The build was successful, but then it ran into bin\Debug\n...\OdeToFood.dll does not exist.
I then tried the first of the three steps shown for Clip 2, dotnet new razor, and Git shows 51 files changed. However, I couldn't find what actually changed, as git diff shows that the previous versions are all blank files. I am a bit puzzled by this.
What is the proper way to make use of the repo? Thanks.
Is the README.md meant for use in VS Code?
What are the sequence of steps needed? I suppose the repo is the version as at the end of the complete course? I am still at Module 4.
I cloned the repo and pressed F5. The build was successful, but then it ran into
bin\Debug\n...\OdeToFood.dll does not exist.I then tried the first of the three steps shown for Clip 2,
dotnet new razor, and Git shows 51 files changed. However, I couldn't find what actually changed, as git diff shows that the previous versions are all blank files. I am a bit puzzled by this.What is the proper way to make use of the repo? Thanks.