-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[inflight][Windows] Upgrade Microsoft.Graphics.Win2D
from 1.2.0
to 1.3.2
to fix a build warning
#28953
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
base: inflight/current
Are you sure you want to change the base?
Conversation
Hey there @@MartyIX! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@Sergio0694 Would you know what to do with the CI error please:
|
Mmh that warning should've been there before too, are you only getting it now? 🤔 |
Yes. It was not there before.
To be honest, I'm not too sure where to put it. |
This is #28885 targetting the
inflight/current
branch.Description of Change
These warnings appear when one builds
Essentials.DeviceTests.csproj
(and other projects):(Full CI output)
Notice that the warnings mention WinAppSDK version
1.5
and not1.6
that is used by MAUI right now.It appears to be caused by using older version of
Microsoft.Graphics.Win2D
(i.e. 1.2.0 instead of the latest 1.3.2) -- see dependencies of 1.2.0. Version 1.3.2 requires WinAppSDK 1.6..Changelog for the library is available here: https://github.com/microsoft/Win2D/blob/winappsdk/main/CHANGELOG.md.