fsprojects/Interstellar

Cannot use Interstellar from Xamarin.Mac full-framework app

jwosty opened this issue · 1 comments

Steps to reproduce:

  1. Create new Xamarin.Mac application
  2. Reference Interstellar.macOS.WebKit package from NuGet with your package manager of choice
  3. Change the application to use Xamarin.Mac Full Framework instead of "Modern"

And observe that code that references Interstellar will not compile.

It appears that there will have to be two versions of the macOS/WebKit implementation library; one for Xamarin.Mac FullFramework; and one for Xamarin.Mac Modern. Interstellar.macOS.WebKit is currently implicity Xamarin.Mac Modern only.