-
Notifications
You must be signed in to change notification settings - Fork 540
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
fix: Add WinUI native helper for GetByteBuffer #3039
fix: Add WinUI native helper for GetByteBuffer #3039
Conversation
/azp run |
Commenter does not have sufficient privileges for PR 3039 in repo mono/SkiaSharp |
Hi @mattleibow, @Redth! Could you update the azure devops branch triggers for PRs on the |
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
/azp run |
Commenter does not have sufficient privileges for PR 3039 in repo mono/SkiaSharp |
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
/rebase |
d410c88
to
3144478
Compare
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
...ative/SkiaSharp.Views.WinUI.Native.Projection/SkiaSharp.Views.WinUI.Native.Projection.csproj
Outdated
Show resolved
Hide resolved
binding/SkiaSharp.NativeAssets.WinUI/SkiaSharp.NativeAssets.WinUI.csproj
Outdated
Show resolved
Hide resolved
Some more of my changes to get CI: unoplatform#33 Still not green yet, but closer i think? |
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
Closer!
|
building now and will see unoplatform#35 |
Indeed, I used it incorrectly, it should be the source path, not the target |
I think my magic copies the src into the target. Sort of my way to type less. You can either sepcify the full path in the src, or try add the target attribute. But the full path is better as the pack will fail if we forget a file or if there is a missing file. Sort of a verification check. |
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
i think this fixes everything: unoplatform#36 but now the agent runs out of storage. I saw it happen a few times, now it is failing on random extractions. I am going to check and then try extract in a separate step. I have to extract all the nugets so the security/secret/compliance/other scanners can read the dlls. |
this is the money i think unoplatform#37 Green on my internal pipelines |
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
Interesting. This PR could make SkiaSharp 2.88.9 work with UWP + dotnet9/NativeAOT? Should be able to test that once there is a nuget published. |
This is not the original intent of the change. I'm not too sure either if the CI will happily accept this kind of net9 inclusions either, as most of the CI is running net6 or 7 and it does not play well with the installed versions of VS. |
Ok, so I can confirm the 2.x binaries are working with 8.0.402/9.0.100 and WinAppSDK 1.6! Two small updates left to adjust the RIDs and to make the right nuget dependencies. Getting there! |
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
What about older wasdk? |
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
9a99ef6
to
a72ff59
Compare
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
a72ff59
to
0a52a96
Compare
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
Description of Change
Backports changes from #2920 to the 2x branch.
Bugs Fixed
API Changes
None.
Behavioral Changes
None.
Required skia PR
None.
PR Checklist