Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 2.22 KB

1-setup.md

File metadata and controls

42 lines (27 loc) · 2.22 KB

Machine Setup

This workshop will be using the following tools:

For the best experience, we recommend using Visual Studio 2022 with the .NET Aspire workload. However, you can use Visual Studio Code with the C# Dev Kit and .NET Aspire workload. Below are setup guides for each platform.

Windows with Visual Studio

Mac, Linux, & Windows without Visual Studio

dotnet workload update
dotnet workload install aspire

Note: These commands may require sudo

Note: When running on Mac with Apple Silicon (M series processor), Rosetta 2 for grpc-tools.

Test Installation

To test your installation, see the Build your first .NET Aspire project for more information.

Open Workshop Start Solution

To start the workshop open start-with-api/MyWeatherHub.sln in Visual Studio 2022. If you are using Visual Studio code open the start-with-api folder and when prompted by the C# Dev Kit which solution to open, select MyWeatherHub.sln.