git clone https://github.com/AvaloniaUI/Avalonia.git
cd Avalonia
git submodule update --init --recursivecd samples/ControlCatalog.NetCore
dotnet restore
dotnet buildcd samples/ControlCatalog.NetCore
dotnet restore
dotnet runOpen Avalonia.sln in Visual Studios 2019 or above.The native interop layer requires code generation, this can be triggered by:
./build.sh --target CompileNative