Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 2.18 KB

setup.md

File metadata and controls

32 lines (23 loc) · 2.18 KB

🛠️ Setting up your Development Environment

Because the Community Toolkit consists of integrations across a lot of different runtimes, setting up a development environment can be a bit complex. Below we outline the recommended approach to developing, as well as a manual setup if you prefer not to use the recommended approach.

✅ Recommended Setup

The easiest, and recommended way is to use VS Code with the devcontainer extension.

This will run the development environment in a container, install all the necessary tools and dependencies, add extensions to align with our contribution guidelines, and ensure that you have a consistent development environment.

Note: There is an issue with devcontainers in that the ports bound by the DCP (the thing the app host uses to orchestrate behind the scenes) are not exposed to the host machine, meaning that the HTTP endpoints fail to resolve. This can be fixed by manually forwarding the port. This is a known issue in Aspire and being tracked for a 9.1 fix 🤞.

🛠️ Manual Setup

If you prefer not to use devcontainer, you can manually set up your development environment by installing the following tools:

And of course, an editor such as Visual Studio, JetBrains Rider or emacs.