Skip to content

Commit 98752d6

Browse files
committed
updated exercise instructions
1 parent 701c6ee commit 98752d6

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Instructions/Labs/m02-ghcopilot-document-explain.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -119,21 +119,21 @@ Use the following steps to set up the library application:
119119

120120
1. Select **Show extracted files when complete**, and then select **Extract**.
121121

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.
123123
124-
1. Open the **AccelerateDevGHCopilot_M2** folder in Visual Studio Code.
124+
1. Open the **AccelerateDevGHCopilot** folder in Visual Studio Code.
125125
126126
For example:
127127
128128
1. Open Visual Studio Code in your lab environment.
129129
130130
1. In Visual Studio Code, on the **File** menu, select **Open Folder**.
131131
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**.
133133
134134
1. In the Visual Studio Code SOLUTION EXPLORER view, verify the following solution structure:
135135
136-
- AccelerateDevGHCopilot_M2\
136+
- AccelerateDevGHCopilot\
137137
- src\
138138
- Library.ApplicationCore\
139139
- Library.Console\
@@ -143,7 +143,7 @@ Use the following steps to set up the library application:
143143
144144
1. Ensure that the solution builds successfully.
145145
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**.
147147
148148
You'll see some Warnings, but there shouldn't be any Errors.
149149
@@ -153,7 +153,7 @@ It's important to understand an application's architecture and key features befo
153153
154154
Use the following steps to complete this section of the exercise:
155155
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.
157157
158158
1. Open the Chat view, and then enter a prompt that uses GitHub Copilot's `@workspace` participant to generate a description of the project.
159159

@@ -190,7 +190,7 @@ Use the following steps to complete this section of the exercise:
190190
191191
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.
192192
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.
194194
```
195195

196196
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:
430430
431431
The Views and More Actions menu can be opened using the ellipsis in the top-right corner of the Source Control view.
432432
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.
434434
435435
1. Open the README.md file.
436436
@@ -482,7 +482,7 @@ Use the following steps to complete this section of the exercise:
482482
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.
483483
484484
## Project Structure
485-
- AccelerateDevGHCopilot_M2.sln
485+
- AccelerateDevGHCopilot.sln
486486
- README.md
487487
- src
488488
- `Library.ApplicationCore/`
@@ -563,7 +563,7 @@ Use the following steps to complete this section of the exercise:
563563
564564
## Usage
565565
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.
567567
3. Build the solution to restore dependencies.
568568
4. Run the `Library.Console` project to start the console application.
569569
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:
592592
593593
To check your work, complete the following steps:
594594
595-
1. Open the GitHub repository for the AccelerateDevGHCopilot_M2 project.
595+
1. Open the GitHub repository for the AccelerateDevGHCopilot project.
596596
597597
1. Use the **Code** tab to review the updated README.md file.
598598

Instructions/Labs/m03-ghcopilot-develop-code-features.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Before you start developing the new "book availability" feature, you need to cre
5858

5959
Use the following steps to complete this section of the exercise:
6060

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.
6262

6363
1. Select the Source Control view and ensure that the local repository is synchronized with the remote repository (Pull or Sync).
6464

@@ -630,7 +630,7 @@ Use the following steps to complete this section of the exercise:
630630
631631
You'll see Warning messages, but there shouldn't be any errors.
632632
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**.
634634
635635
## Sync your changes with the remote repository
636636
@@ -708,7 +708,7 @@ Use the following steps to complete this section of the exercise:
708708
709709
- 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.
710710
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.
712712
713713
1. Verify that loan ID 37 and loan ID 46 are both for Book One (`"BookItemId": 1`).
714714

0 commit comments

Comments
 (0)