Xamaridea
Xamaridea copied to clipboard
Using Xamaridea with F# project causes uncaught IOException
Try it yourself with a Blank App (Android)
under F#.
The problem is that Xamaridea expects a file ending in .csproj
, but F# projects end in .fsproj
.
The error is thrown here.
This is also a problem for me.