You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Instructions/Labs/LAB_AK_02_analyze_document_code.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Use the following steps to set up the library application:
56
56
57
57
1. Open a browser window in your lab environment.
58
58
59
-
1. To download a zip file containing the library application, navigate to the following URL: [GitHub Copilot lab - Analyze and document code](https://github.com/MicrosoftLearning/mslearn-github-copilot-dev/raw/refs/heads/main/DownloadableCodeProjects/Downloads/AZ2007LabAppM2.zip)
59
+
1. To download a zip file containing the library application, paste the following URL into your browser's address bar: [GitHub Copilot lab - Analyze and document code](https://github.com/MicrosoftLearning/mslearn-github-copilot-dev/raw/refs/heads/main/DownloadableCodeProjects/Downloads/AZ2007LabAppM2.zip)
60
60
61
61
The zip file named AZ2007LabAppM2.zip will be downloaded to your lab environment.
Copy file name to clipboardExpand all lines: Instructions/Labs/LAB_AK_03_develop_code_features.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ Use the following steps to set up the library application:
87
87
88
88
1. Open a browser window in your lab environment.
89
89
90
-
1. To download a zip file containing the library application, navigate to the following URL: [GitHub Copilot lab - develop code features](https://github.com/MicrosoftLearning/mslearn-github-copilot-dev/raw/refs/heads/main/DownloadableCodeProjects/Downloads/AZ2007LabAppM3.zip)
90
+
1. To download a zip file containing the library application, paste the following URL into your browser's address bar: [GitHub Copilot lab - develop code features](https://github.com/MicrosoftLearning/mslearn-github-copilot-dev/raw/refs/heads/main/DownloadableCodeProjects/Downloads/AZ2007LabAppM3.zip)
91
91
92
92
The zip file is named **AZ2007LabAppM3.zip**.
93
93
@@ -151,7 +151,7 @@ Use the following steps to complete this section of the exercise:
151
151
152
152
1. Select **Publish to GitHub**.
153
153
154
-
1. Name for the repository **AccelerateDevGHCopilot** and then select **Publish to GitHub private repository**.
154
+
1. Name for the repository **AccelerateDevGHCopilot**.
155
155
156
156
>**NOTE**: If you're not signed in to GitHub in Visual Studio Code, you'll be prompted to sign in. Once you're signed in, authorize Visual Studio Code with the requested permissions.
157
157
@@ -162,7 +162,7 @@ Use the following steps to complete this section of the exercise:
162
162
1. Select **Allow**, and then follow the prompts to sign in with the GitHub account that you're using for this exercise.
163
163
1. Reselect **Publish to GitHub**.
164
164
165
-
1. Select **Publish to GitHub public repository**.
165
+
1. Select **Publish to GitHub private repository**.
166
166
167
167
1. Notice that Visual Studio Code displays a status messages during the publish process.
168
168
@@ -465,7 +465,7 @@ GitHub Copilot's Chat view provides a conversational and interactive environment
465
465
- Edit mode: Edit mode is used to make changes to your code, such as refactoring or adding new features. Edit mode can make edits across multiple files in your project.
466
466
- Agent mode: Agent mode is used to define a high-level task and to start an agentic code editing session to accomplish that task. In agent mode, Copilot autonomously plans the work needed and determines the relevant files and context. The agent can make changes to your code, run tests, and even deploy your application.
467
467
468
-
You'll be u the Ask and Edit modes to implement the **SearchBooks** method.
468
+
You'll be using the Ask and Edit modes to implement the **SearchBooks** method.
469
469
470
470
Use the following steps to complete this section of the exercise:
471
471
@@ -569,12 +569,10 @@ Use the following steps to complete this section of the exercise:
569
569
- The SearchBooks method must be updated with logic that determines the availability of the book title and displays an appropriate message. The suggested code uses LINQ queries to check the loan status.
570
570
- The Program.cs file must be updated to pass the JsonData object to the ConsoleApp class.
571
571
572
-
The final section of the response should look similar to the following explanation:
572
+
The response should include the following information:
573
573
574
574
```plaintext
575
575
576
-
Explanation of Changes
577
-
578
576
1. Dependency Injection:
579
577
580
578
Added JsonData as a dependency to the ConsoleApp constructor to access the JSON data files.
Copy file name to clipboardExpand all lines: Instructions/Labs/LAB_AK_04_develop_unit_tests_xunit.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Use the following steps to set up the library application:
64
64
65
65
1. Open a browser window in your lab environment.
66
66
67
-
1. To download a zip file containing the library application, navigate to the following URL: [GitHub Copilot lab - develop unit tests](https://github.com/MicrosoftLearning/mslearn-github-copilot-dev/raw/refs/heads/main/DownloadableCodeProjects/Downloads/AZ2007LabAppM4.zip)
67
+
1. To download a zip file containing the library application, paste the following URL into your browser's address bar: [GitHub Copilot lab - develop unit tests](https://github.com/MicrosoftLearning/mslearn-github-copilot-dev/raw/refs/heads/main/DownloadableCodeProjects/Downloads/AZ2007LabAppM4.zip)
Copy file name to clipboardExpand all lines: Instructions/Labs/LAB_AK_05_refactor_improve_existing_code.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ Use the following steps to set up the library application:
74
74
75
75
1. Open a browser window in your lab environment.
76
76
77
-
1. To download a zip file containing the library application, navigate to the following URL: [GitHub Copilot lab - refactor existing code](https://github.com/MicrosoftLearning/mslearn-github-copilot-dev/raw/refs/heads/main/DownloadableCodeProjects/Downloads/AZ2007LabAppM5.zip)
77
+
1. To download a zip file containing the library application, paste the following URL into your browser's address bar: [GitHub Copilot lab - refactor existing code](https://github.com/MicrosoftLearning/mslearn-github-copilot-dev/raw/refs/heads/main/DownloadableCodeProjects/Downloads/AZ2007LabAppM5.zip)
0 commit comments