Skip to content
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

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

Open
1 of 4 tasks
mjbear opened this issue Sep 4, 2024 · 0 comments
Assignees

Comments

@mjbear
Copy link

mjbear commented Sep 4, 2024

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

None

Additional information

  • Fix a broken user experience (broken links, exercise error, etc.)
  • Update incorrect information
  • Add new content to the module
  • Some other request

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!

@mjbear mjbear changed the title MS Learn Module Update Request: Guided project - Accelerate app development using GitHub Copilot tools MS Learn Module Update Request: Guided project - Accelerate app development using GitHub Copilot tools (Analyze Exercise) Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants