Skip to content

Cosmos on Visual Studio 2022

Dylstructor edited this page Dec 8, 2021 · 10 revisions

With the release of Visual Studio 2022 we have now a branch that works with Cosmos.

However there are a few things to keep in consideration which will be explained below.

If you intend on using Cosmos on VS2022 be aware that the last released user kit will not work and you will need to use the Dev Kit.

Instead of cloning the master branch you should instead clone like this:

git clone https://github.com/CosmosOS/Cosmos.git --branch VS2022

then simply run : install-vs2022.bat and install as normal, if you are missing the .NET 5.0 builder will tell you so and provide a link for the download in the error log.

Since Microsoft has not yet fully integrated the possibility for us to implement custom property pages some Options are still restricted. (for example we currently show all emulators, regardless if you have them installed or not)

Last but not least: If you happen to have VS 2019 and 2022 installed next to each other the extensions will fail to install, in this case go to %appdata%\Cosmos User Kit\VSIX and install the extensions manually by double clicking on them.

Clone this wiki locally