Development prerequisites


The prerequisites are separated into two development and environment requirements.

Recommended environment

All
  • .NET Sdk 8.0.100
  • Node.js
  • Run the following commands:

    dotnet workload install maui
    dotnet workload install wasm-tools wasm-experimental
Visual Studio
  • Microsoft Visual Studio 2022 - Version 17.8.0 or higher with the following workloads and extension
    • ASP.NET and web development
    • .NET Multi-Platform App UI development
    • Web Compiler 2022+ extension

VS Code