Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

netstandard SkiaSharp.Views.Forms.dll should be ref-only #1012

Merged
merged 3 commits into from
Nov 16, 2019

Conversation

mattleibow
Copy link
Contributor

Description of Change

Because the SkiaSharp.Views.Forms.WPF NuGet pulls in SkiaSharp.Views.Forms, we will get duplicate SkiaSharp.Views.Forms.dll files (1 from SkiaSharp.Views.Forms and one from SkiaSharp.Views.Forms.WPF).

This PR makes the SkiaSharp.Views.Forms version a reference assembly, and will never reach the app.

Bugs Fixed

API Changes

None.

Behavioral Changes

The SkiaSharp.Views.Forms.dll is moved to the ref folder (from lib) in SkiaSharp.Views.Forms.nupkg

PR Checklist

  • Has tests (if omitted, state reason in description)
  • Rebased on top of master at time of PR
  • Changes adhere to coding standard
  • Updated documentation

@mattleibow mattleibow self-assigned this Nov 15, 2019
@mattleibow
Copy link
Contributor Author

Have to include the MonoAndroid in the ref because of dotnet/android#3920

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SkiaSharp.Views.Forms.WPF nuget Package does not work out of the Box
1 participant