EgorBo / Xamaridea

Visual Studio extension. Opens *.axml/xml files in IDEA or Android Studio (Xamarin.Android)
GNU General Public License v2.0
78 stars 22 forks source link

Using Xamaridea with F# project causes uncaught IOException #10

Open carlpaten opened 7 years ago

carlpaten commented 7 years ago

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.

varon commented 6 years ago

This is also a problem for me.