Using Xamaridea with F# project causes uncaught IOException
Open
- Dominant language
- C#
- Stars
- 76
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
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](https://github.com/EgorBo/Xamaridea/blob/aa2762287f694ff566d3df845cb6d56b0e5ad6d1/Xamaridea.Core/ProjectsSynchronizer.cs#L107).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.