Create C# scaffolding reads "Now that you have a good understanding of the project and its tests, you can start creating the C# scaffolding. You will start by creating a special file with instructions. This file is called Copilot Instructions and it should live in the [.github\instructions] folder. We've pre-created an empty file for you so all that is needed is to fill it out with new instructions."
There are two problems in this part:
- The
.github\instructions is generally for glob based instructions. Not for copilot-instrucitons.md. There are three glob files already and none of them are empty (all are pre-populated).
SOLUTION: Explain the difference and ensure attendees use the github\copilot-instructions.md and not the glob .github\instructions for the described purpose.
- The
.github\copilot-instructions.md file has been created, but it's populated with Python instructions.
SOLUTION: Tell attendees they should replace existing .github\copilot-instructions.md.

Create C# scaffolding reads "Now that you have a good understanding of the project and its tests, you can start creating the C# scaffolding. You will start by creating a special file with instructions. This file is called Copilot Instructions and it should live in the [.github\instructions] folder. We've pre-created an empty file for you so all that is needed is to fill it out with new instructions."
There are two problems in this part:
.github\instructionsis generally for glob based instructions. Not for copilot-instrucitons.md. There are three glob files already and none of them are empty (all are pre-populated).SOLUTION: Explain the difference and ensure attendees use the
github\copilot-instructions.mdand not the glob.github\instructionsfor the described purpose..github\copilot-instructions.mdfile has been created, but it's populated with Python instructions.SOLUTION: Tell attendees they should replace existing
.github\copilot-instructions.md.