kuiperzone / AvantGarde

Avalonia XAML Preview for Linux and Windows
GNU General Public License v3.0
228 stars 10 forks source link

Would you consider adding F# project (*.fsproj) support? #34

Closed mimoguz closed 10 months ago

mimoguz commented 10 months ago

I think adding "*.fsproj" to the supported types list will do the trick? I've got a fork here that seemingly works: https://github.com/mimoguz/AvantGarde/tree/fsproj

Thanks.

kuiperzone commented 10 months ago

You are using this with F# apps? And it's working no problems?

mimoguz commented 10 months ago

You are using this with F# apps? And it's working no problems?

I normally use Visual Studio on my desktop, but I've some hardware problems. My notebook runs Linux, and I couldn't get VS Code Avalonia extension work. The fork did work yes. 😊

kuiperzone commented 10 months ago

Yes, I'm considering merging your fork into the repo. I don't use F#, and if it meant supporting F# specific features, I'd probably pass for the moment. However, from what I can see F# dlls are binary compatible and I don't see any problems if the only thing to be done is allow the user to select an fsproj file.

But please let me know if there are any issues you find.

Thank you for the feedback.