Simple D3D11 rendered triangle with SharpDX in a WinForms app running on .NET Core 3.0.
First install .NET Core 3.0 from https://github.com/dotnet/core-sdk.
Secondly clone this repo and change to the cloned directory.
Run:
dotnet restore
And then
dotnet run