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
I see the PR that brings native bits into apps was merged: #11593. This fixes the ability to use native libs, but since all the other platforms automatically include the files under runtimes, this is a bit unexpected. (#11593)
Steps to Reproduce
I see the PR that brings native bits into apps was merged: #11593. This fixes the ability to use native libs, but since all the other platforms automatically include the files under runtimes, this is a bit unexpected. (#11593)
There is the case where files may get greedily included by the build system, but this is not a big issue because the
<PackageReference>element has theExcludeAssetsandIncludeAssetsattribute that can be used to control this. (https://docs.microsoft.com/en-us/nuget/consume-packages/package-references-in-project-files#controlling-dependency-assets)Expected Behavior
The native framework /runtimes/ios/native/libSkiaSharp.framework is automatically included into the app.
Actual Behavior
The native framework was not included.
Environment
Build Logs
Example Project (If Possible)