githubpartners / microsoft-learn

The planning and tracking of GitHub modules on MS Learn
7 stars 6 forks source link

MS Learn Module Update Request: Guided project - Accelerate app development using GitHub Copilot tools (Analyze Exercise) #165

Open mjbear opened 1 week ago

mjbear commented 1 week ago

Which of the MS Learn modules from the dropdown are you submitting an update request?

None

Additional information

Information about the requested update

module: Guided project - Accelerate app development using GitHub Copilot tools lesson: Exercise - Analyze and document code using GitHub Copilot tools https://learn.microsoft.com/en-us/training/modules/guided-project-accelerate-app-development-using-github-copilot-tools/3-exercise-analyze-document-code-github-copilot

section: Use GitHub Copilot to explain the library application codebase

13. Take a couple minutes to examine the JSON data files that are used to simulate library records.

The JSON data files are located in the src/Library.Console/Json folder.

[!IMPORTANT] When in reality those files live within src/Library.Infrastructure/Data/ directory path.

$ find . -iname jsondata.cs -print
./src/Library.Infrastructure/Data/JsonData.cs

$ ls -l src/Library.Infrastructure/Data/
total 16
-rw-rw-rw- 1 codespace codespace 5734 Sep  4 13:58 JsonData.cs
-rw-rw-rw- 1 codespace codespace 1340 Sep  4 13:58 JsonLoanRepository.cs
-rw-rw-rw- 1 codespace codespace 2028 Sep  4 13:58 JsonPatronRepository.cs

This added confusion to the lesson until I located the true location of the Json* files. Please kindly resolve the incorrect path in the lesson steps. Thank you!

Octocat saying Thank you!