Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #9

Merged
merged 4 commits into from
Mar 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions 04-Using-GitHub-Copilot-with-CSharp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,30 +47,31 @@ We will review the steps to update the Weather BackEnd App by adding a new endpo

### 🤔 Step 0: Get familiarized with the "GitHub Codespaces ♥️ .NET" repository

Once you open the repository in Codespaces, you will find a new browser window with a fully functional Codespace. Everything in this repository is contained within this one Codespace. In example, in the explorer panel, we can see the main code for the BackEnd and the FrontEnd project.
Once you open the repository in Codespaces, you will find a new browser window with a fully functional Codespace. Everything in this repository is contained within this one Codespace. For example, in the explorer panel, we can see the main code for the BackEnd and the FrontEnd project.

![new Codespace with all the repository running](./images/005OpenRepoInCodeSpaces.png)
![new Codespace with all the repositories running](./images/005OpenRepoInCodeSpaces.png)

Before we run the project, let's use GitHub Copilot Chat to inquire about what the project is and the different components.

1. Open **GitHub Copilot Chat** from the main navigation bar.
1. Open **GitHub Copilot Chat** from the main navigation bar.
1. Type in `What is this project doing, and what are the key components?` and hit **Send***

GitHub Copilot Chat will now look at the entire project and give us a summary of what the projects do, what technology they use, and any of the key components in them.

![Copilot Chat describing the project](./images/004AskCopilotAboutProject.png)

From here, you can click on files to navigate to them and you can ask follow up questions such as `What APIs are available?`.
From here, you can click on files to navigate to them and you can ask follow-up questions such as `What APIs are available?`.


### 🚀 Step 1: Run the projects

Now that we have context on what is in the project, let's run it and see it in action.

In order to run the BackEnd project, go to the "Run and Debug" panel, and select the "BackEnd" Project.

![open program.cs in the BackEnd project](./images/006RunBackEndProject.png)

Start Debugging the selected project. The Weather API project, our BackEnd project will now be running in port 8080. We can copy the published url from the *Ports* panel
Start Debugging the selected project. The Weather API project, our BackEnd project will now be running on port 8080. We can copy the published url from the *Ports* panel

![Copy app url from the ports panel](./images/007ProjectRunningOpenInNewTab.png)

Expand All @@ -91,7 +92,7 @@ Add a breakpoint in line 24 (press F9) and refresh the browser with the Url to t

![debug the running application.](./images/009DebugBackEndDemo.png)

Pressing F10 we can debug step-by-step until line 32, where we can see the generated values. The application should have been generated samples Weather values for the next 5 days. The variable `forecast` has an array containing these values.
Pressing F10 we can debug step-by-step until line 32, where we can see the generated values. The application should have generated samples Weather values for the next 5 days. The variable `forecast` has an array containing these values.

![debug the running application.](./images/010DebugForecastValue.png)

Expand Down Expand Up @@ -179,7 +180,7 @@ In the following example, we added some extra blank lines after the previous end

![Copilot ghost suggestion for the new endpoint](./images/020GeneratedCode.gif)

***Important**: This prompt generates several lines of C# code. It's strongly adviced to check and review the generated code to verify that it works in the desired way.*
***Important**: This prompt generates several lines of C# code. It's strongly advised to check and review the generated code to verify that it works in the desired way.*

The generated code should look similar to this one:

Expand Down
2 changes: 1 addition & 1 deletion 05-Creating-Mini-Game-with-GitHub-Copilot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ You have already learned a bit about GitHub Codespaces and GitHub Copilot and ho

### Creating the game logic

Now that you've verified that Codespaces working with GitHub Copilot, your next step is to develop the logic of the C# minigame with the help of GitHub Copilot based on the following specifications:
Now that you've verified that Codespaces is working with GitHub Copilot, your next step is to develop the logic of the C# minigame with the help of GitHub Copilot based on the following specifications:

The winner of the game is determined by three simple rules:

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Enhance your coding efficiency with our expert-led 6-lesson GitHub Copilot cours

## 🌱 Getting Started

To get started, make sure to follow the instructions on how to fork the lessons into your own GitHub account. This will allow you to modify the code and complete the challenges at your own pace.
To get started, make sure to follow the instructions on how to fork the lessons into your own GitHub account. This will allow you to modify the code and complete the challenges at your own pace.

To use GitHub Copilot, you must have an active GitHub Copilot subscription.
To use GitHub Copilot, you must have an active GitHub Copilot subscription.

**Sign up for free here: [GitHub Copilot](https://gh.io/copilot).**

Expand Down Expand Up @@ -87,7 +87,7 @@ Check out more .NET courses on Microsoft Learn Training on:
* [Entity Framework Core for Beginners](https://www.youtube.com/playlist?list=PLdo4fOcmZ0oX7uTkjYwvCJDG2qhcSzwZ6)
* [.NET on Azure for Beginners](https://www.youtube.com/playlist?list=PLdo4fOcmZ0oVSBX3Lde8owu6dSgZLIXfu)

### Additional Learning
### Additional Learning

Our team produces other courses! Check out:

Expand All @@ -107,7 +107,7 @@ Our team produces other courses! Check out:

## Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

Expand All @@ -116,7 +116,7 @@ a CLA and decorate the PR appropriately (e.g., status check, comment). Simply fo
provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [[email protected]](mailto:[email protected]) with any additional questions or comments.

## Trademarks
Expand All @@ -125,4 +125,4 @@ This project may contain trademarks or logos for projects, products, or services
trademarks or logos is subject to and must follow
[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
Any use of third-party trademarks or logos are subject to those third-party's policies.
Any use of third-party trademarks or logos is subject to those third-parties' policies.