Create Uno Platform Projects with Hot Reload and XAML Preview.
- .NET Core 3.1
- .NET 5
- mono-complete (required for WASM projects)
- libgtk-3-dev (required for Skia GTK projects)
- .NET Core 3.1
- .NET 5
- Mono (required for WASM projects)
- GTK 3 runtime (required for Skia GTK projects)
- New Skia Gtk Project
- New WASM Project
- New Shared Skia Gtk/WASM Project
- Debug Skia GTK project pressing F5
- Debug WASM project pressing F5
- Debug shared Skia GTK/WASM
- Select the debug configuration (Skia GTK or WASM)
- Press F5 do start debug
- Create new
.xaml
and automatically create.xaml.cs
- Simply create a new file with a
.xaml
extension
- Simply create a new file with a
- XAML Preview
- With a
.xaml
file opened click on the 👁️ icon for open the XAML Preview - Edit the
.xaml
file
- With a
- XAML Hot Reload
- Start debug process
- Edit the
.xaml
file
- XAML Code completion