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/m02-ghcopilot-document-explain.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -119,21 +119,21 @@ Use the following steps to set up the library application:
119
119
120
120
1. Select **Show extracted files when complete**, and thenselect**Extract**.
121
121
122
-
1. Open the extracted files folder, then copy the **AccelerateDevGHCopilot_M2** folder to a location that's easy to access, such as your Windows Desktop folder.
122
+
1. Open the extracted files folder, then copy the **AccelerateDevGHCopilot** folder to a location that's easy to access, such as your Windows Desktop folder.
123
123
124
-
1. Open the **AccelerateDevGHCopilot_M2** folder in Visual Studio Code.
124
+
1. Open the **AccelerateDevGHCopilot** folder in Visual Studio Code.
125
125
126
126
For example:
127
127
128
128
1. Open Visual Studio Code in your lab environment.
129
129
130
130
1. In Visual Studio Code, on the **File** menu, select **Open Folder**.
131
131
132
-
1. Navigate to the Windows Desktop folder, select **AccelerateDevGHCopilot_M2** and then select **Select Folder**.
132
+
1. Navigate to the Windows Desktop folder, select **AccelerateDevGHCopilot** and then select **Select Folder**.
133
133
134
134
1. In the Visual Studio Code SOLUTION EXPLORER view, verify the following solution structure:
135
135
136
-
- AccelerateDevGHCopilot_M2\
136
+
- AccelerateDevGHCopilot\
137
137
- src\
138
138
- Library.ApplicationCore\
139
139
- Library.Console\
@@ -143,7 +143,7 @@ Use the following steps to set up the library application:
143
143
144
144
1. Ensure that the solution builds successfully.
145
145
146
-
For example, in the SOLUTION EXPLORER view, right-click **AccelerateDevGHCopilot_M2**, and then select **Build**.
146
+
For example, in the SOLUTION EXPLORER view, right-click **AccelerateDevGHCopilot**, and then select **Build**.
147
147
148
148
You'll see some Warnings, but there shouldn't be any Errors.
149
149
@@ -153,7 +153,7 @@ It's important to understand an application's architecture and key features befo
153
153
154
154
Use the following steps to complete this section of the exercise:
155
155
156
-
1. Ensure that you have the `AccelerateDevGHCopilot_M2` solution open in Visual Studio Code.
156
+
1. Ensure that you have the `AccelerateDevGHCopilot` solution open in Visual Studio Code.
157
157
158
158
1. Open the Chat view, and then enter a prompt that uses GitHub Copilot's `@workspace` participant to generate a description of the project.
159
159
@@ -190,7 +190,7 @@ Use the following steps to complete this section of the exercise:
190
190
191
191
Additionally, there are unit tests located in the UnitTests directory, which test the functionality of the core services using the NSubstitute mocking framework and xUnit.
192
192
193
-
The project uses .NET 8.0 and is configured to build and test using GitHub Actions as defined in the build-test.yml file. The solution file is AccelerateDevGHCopilot_M2.sln, which includes all the projects and their configurations.
193
+
The project uses .NET 8.0 and is configured to build and test using GitHub Actions as defined in the build-test.yml file. The solution file is AccelerateDevGHCopilot.sln, which includes all the projects and their configurations.
194
194
```
195
195
196
196
1. Use the Solution Explorer view to expand the project folders.
@@ -430,7 +430,7 @@ Use the following steps to complete this section of the exercise:
430
430
431
431
The Views and More Actions menu can be opened using the ellipsis in the top-right corner of the Source Control view.
432
432
433
-
1. Open the Explorer view (not Solution Explorer), and then expand the **AccelerateDevGHCopilot_M2** folder.
433
+
1. Open the Explorer view (not Solution Explorer), and then expand the **AccelerateDevGHCopilot** folder.
434
434
435
435
1. Open the README.md file.
436
436
@@ -482,7 +482,7 @@ Use the following steps to complete this section of the exercise:
482
482
Library App is a console-based application for managing library operations such as patron management, book loans, and membership renewals. It uses a JSON-based data storage system and provides various services to handle library functionalities.
483
483
484
484
## Project Structure
485
-
- AccelerateDevGHCopilot_M2.sln
485
+
- AccelerateDevGHCopilot.sln
486
486
- README.md
487
487
- src
488
488
- `Library.ApplicationCore/`
@@ -563,7 +563,7 @@ Use the following steps to complete this section of the exercise:
563
563
564
564
## Usage
565
565
1. Clone the repository.
566
-
2. Open the solution file AccelerateDevGHCopilot_M2.sln in Visual Studio.
566
+
2. Open the solution file AccelerateDevGHCopilot.sln in Visual Studio.
567
567
3. Build the solution to restore dependencies.
568
568
4. Run the `Library.Console` project to start the console application.
569
569
5. Follow the on-screen instructions to search for patrons, view patron details, extend loans, return books, and renew memberships.
@@ -592,7 +592,7 @@ Use the following steps to complete this section of the exercise:
592
592
593
593
To check your work, complete the following steps:
594
594
595
-
1. Open the GitHub repository for the AccelerateDevGHCopilot_M2 project.
595
+
1. Open the GitHub repository for the AccelerateDevGHCopilot project.
596
596
597
597
1. Use the **Code** tab to review the updated README.md file.
Copy file name to clipboardExpand all lines: Instructions/Labs/m03-ghcopilot-develop-code-features.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Before you start developing the new "book availability" feature, you need to cre
58
58
59
59
Use the following steps to complete this section of the exercise:
60
60
61
-
1. Ensure that you have the AccelerateDevGitHubCopilot solution open in Visual Studio Code.
61
+
1. Ensure that you have the AccelerateDevGHCopilot solution open in Visual Studio Code.
62
62
63
63
1. Select the Source Control view and ensure that the local repository is synchronized with the remote repository (Pull or Sync).
64
64
@@ -630,7 +630,7 @@ Use the following steps to complete this section of the exercise:
630
630
631
631
You'll see Warning messages, but there shouldn't be any errors.
632
632
633
-
To build the solution in the Solution Explorer view, right-click **AccelerateDevGitHubCopilot** and then select **Build**.
633
+
To build the solution in the Solution Explorer view, right-click **AccelerateDevGHCopilot** and then select **Build**.
634
634
635
635
## Sync your changes with the remote repository
636
636
@@ -708,7 +708,7 @@ Use the following steps to complete this section of the exercise:
708
708
709
709
- If you're using the Visual Studio Code debugger to run the app, the updated `Loans.json` file should be located in the `Library.Console\bin\Debug\net8.0\Json` folder.
710
710
711
-
- If you're using a `dotnet run` command from the `AccelerateDevGitHubCopilot\src\Library.Console>` folder to run the app, the updated `Loans.json` file should be located in the `Library.Console\Json` folder.
711
+
- If you're using a `dotnet run` command from the `AccelerateDevGHCopilot\src\Library.Console>` folder to run the app, the updated `Loans.json` file should be located in the `Library.Console\Json` folder.
712
712
713
713
1. Verify that loan ID 37 and loan ID 46 are both for Book One (`"BookItemId": 1`).
0 commit comments