.NET support is configured from the repo root.
- .NET SDK
9.0.203or a newer9.0.xfeature band - The solution targets
net8.0
Set Avalonia telemetry opt-out in restricted environments before building:
export AVALONIA_TELEMETRY_OPTOUT=1
dotnet restore singalUI.sln
dotnet build singalUI.sln
dotnet run --project singalUI/singalUI.csprojThe repo now includes:
.vscode/tasks.jsonforrestore,build, andrun.vscode/launch.jsonfor debuggingsingalUI.vscode/settings.jsonpointing VS Code atsingalUI.sln
Recommended extensions are listed in .vscode/extensions.json.