You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
The "References" parameter is not supported by the "XamlGTask" task.
The "XamlGTask" task could not be initialized with its input parameters.
I believe it has to do with the mis-matching version of Xamarin.Forms used by projects. I am using Xamarin.Forms 4.0 and I depend on SkiaSharp.Views.Forms, which depends on 3.3.
This works on Windows, see the PR in the links.
Steps to Reproduce
Create a new forms project that uses forms 4
Create a library project that uses skiasharp.views.forms 1.68.0
Add a reference from the sample netstandard to the new library
Observe error
Install forms into the library
Observe success
Observe issue.
Expected Behavior
The project should compile, regardless of the dependency of SkiaSharp.
Actual Behavior
Somehow something is getting mixed up and cont compiling.