Skip to content

Commit 01ec749

Browse files
committed
added summary and clean up sections to the instructions
1 parent 873d083 commit 01ec749

File tree

4 files changed

+33
-2
lines changed

4 files changed

+33
-2
lines changed

Instructions/Labs/LAB_AK_02_analyze_document_code.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,3 +544,11 @@ Use the following steps to complete this section of the exercise:
544544
This project is licensed under the MIT License. See the LICENSE file for details.
545545
546546
```
547+
548+
## Summary
549+
550+
In this exercise, you learned how to use GitHub Copilot to analyze and document a codebase. You used GitHub Copilot to generate explanations for the project structure, key classes, and data access classes. You also used GitHub Copilot to create a README.md file for the project.
551+
552+
## Clean up
553+
554+
Now that you've finished the exercise, take a minute to ensure that you haven't made changes to your GitHub account or GitHub Copilot subscription that you don't want to keep. If you made any changes, revert them now.

Instructions/Labs/LAB_AK_03_develop_code_features.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -914,3 +914,11 @@ Use the following steps to complete this section of the exercise:
914914
1. Open the Source Control view, and then **Pull** the changes from the remote repository.
915915
916916
1. Verify that the book-availability feature is available in the **main** branch.
917+
918+
## Summary
919+
920+
In this exercise, you learned how to use GitHub Copilot to develop a new code feature for a C# application. You developed the feature in a new branch using GitHub Copilot's inline chat and Chat view, tested you code, and then merged your changes into the main branch of the repository. You also used GitHub Copilot to generate a commit message and a pull request summary.
921+
922+
## Clean up
923+
924+
Now that you've finished the exercise, take a minute to ensure that you haven't made changes to your GitHub account or GitHub Copilot subscription that you don't want to keep. If you made any changes, revert them now.

Instructions/Labs/LAB_AK_04_develop_unit_tests_xunit.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<!-- ---
1+
---
22
lab:
33
title: 'Exercise - Develop unit tests using GitHub Copilot'
44
description: 'Learn how to accelerate the development of unit tests using GitHub in Visual Studio Code.'
5-
--- -->
5+
---
66

77
# Develop unit tests using GitHub Copilot
88

@@ -770,3 +770,10 @@ Use the following steps to complete this section of the exercise:
770770
771771
Ensure that the **JsonLoanRepository.GetLoan: Returns null when loan ID is not found** test passes. You should see a green checkmark to the left of both tests.
772772
773+
## Summary
774+
775+
In this exercise, you learned how to use GitHub Copilot to accelerate the development of unit tests in a C# application. You used GitHub Copilot's Chat view in Ask mode, Agent mode, and Edit mode. You used Ask mode to examine the existing unit testing approach, Agent mode to create project folders and a new test class, and Edit mode to create unit tests. You also used GitHub Copilot's code completion feature to create a unit test.
776+
777+
## Clean up
778+
779+
Now that you've finished the exercise, take a minute to ensure that you haven't made changes to your GitHub account or GitHub Copilot subscription that you don't want to keep. If you made any changes, revert them now.

Instructions/Labs/LAB_AK_05_refactor_improve_existing_code.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -929,3 +929,11 @@ Use the following steps to check your work:
929929
1. At the "Input Options" prompt, type **q** and then press Enter.
930930
931931
1. Stop the application.
932+
933+
## Summary
934+
935+
In this exercise, you learned how to
936+
937+
## Clean up
938+
939+
Now that you've finished the exercise, take a minute to ensure that you haven't made changes to your GitHub account or GitHub Copilot subscription that you don't want to keep. If you made any changes, revert them now.

0 commit comments

Comments
 (0)