Cannot use Interstellar from Xamarin.Mac full-framework app
jwosty opened this issue · 1 comments
jwosty commented
Steps to reproduce:
- Create new Xamarin.Mac application
- Reference Interstellar.macOS.WebKit package from NuGet with your package manager of choice
- 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.
jwosty commented
Possibly related to the following S/O question: https://stackoverflow.com/questions/65927140/cannot-reference-a-xamarin-mac-library-which-is-targetting-xamarin-mac-full