This is a test project about debugging .NET MAUI on linux with Visual Studio Code.
Althoug debugging cs files works, hot reload of xaml or any other file does not.
Everything was tested using archlinux btw.
- Visual Studio Code Insiders (1.72.0-insider)
- Dotnet SDK, Dotnet Runtimes and Mono (7.0.0 Release Candidate 1)
- VS Code C# Extension (1.25.1 beta 1)*
*Observation: That version of the extension is not currently available on the marketplace, I downloaded it from the link to the github repo, but the latest version is only needed for code completion and highlighting of net7.0 code, so it is not really that important.
Most of the launch.json
and tasks.json
configurations was taken from the following sources: