-
Notifications
You must be signed in to change notification settings - Fork 555
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
Bumps to Uno 4.0 #1873
Bumps to Uno 4.0 #1873
Conversation
@mattleibow I assume the build errors are caused by the inclusion of nuget.org in the nuget.config file, though I'm not able to build locally as nuget.org packages are missing. What's the correct route to fix this ? Thanks! |
1c4d88a
to
2955087
Compare
@jeromelaban @mattleibow This is an important issue as without it fixed Skia cannot be used with Uno Platform 4.x (UWP projects). On my end attempting to construct an {System.TypeLoadException: Could not resolve type with token 0100007b from typeref (expected class 'Windows.UI.Core.UIAsyncOperation' in assembly 'Uno, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null') |
Is there any timeframe for this patch being applied and pushed to nuget? Possibly applied against 2.80.3 and published as a minor update of that if 2.88 isn't likely to be ready for release soon? I've been tinkering with a replacement for my use of SkiaSharp and I'm almost at the point where I need to decide if I'm going to commit to that. Knowing the expected timeframe for this would help me greatly. Thanks! |
2955087
to
49e8709
Compare
35a861b
to
dcb5adf
Compare
dcb5adf
to
80e096d
Compare
This corresponds with the SkiaSharp 2.88.0-preview.179 nuget (including SkiaSharp.Views and SkiaSharp.Views.Uno) Any Uno version < 4.0 must use SkiaSharp < 2.88.0-preview.179 and |
Description of Change
This change bumps Uno to 4.0 preview bits, which include binary breaking changes.
Bugs Fixed
None
API Changes
None
Behavioral Changes
Nonoe.
PR Checklist
Has tests (if omitted, state reason in description)