mono / monodevelop

MonoDevelop is a cross platform .NET IDE
http://www.monodevelop.com
2.83k stars 1.02k forks source link

F# Xamarin.Forms Class Library template description says it creates a PCL project but it creates a .NET Library project #4853

Open mrward opened 6 years ago

mrward commented 6 years ago

The F# Xamarin.Forms class library project template description says it creates a PCL project but it seems to create a .NET Framework library project.

The project template should be changed to match the C# Xamarin.Forms class library template which creates a .NET Standard project and also the description should be updated.

VS bug #619388

nosami commented 6 years ago

Just started to look at this and it looks like it isn't possible without a switch to using xamarin-templates. The current F# Blank Forms SDK project is dependent on code that runs inside the Wizard. We don't need a Wizard here.