F# + MonoGame
The new structre of the monogame templatea allows us to easily start using F# as the core Library for any monogame project
This template is taken from dotnet new mgblank2dstartkit it just switches the Core project for F# instead of C# Feel free to rename "Pomo" to your actual project name.
This is quite barebones but you don't need much to get started. Let's go!
Rider/Visual Studio
It should work out of the box for the desktop solutions, enable the required plugins for android/ios debug
vscode
Enable Ionide, and the C# together C# Devkit Extensions.
To Debug Just press F5.