Replies: 1 comment 1 reply
-
Thanks for the report.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a ARM32 based system (AM335X SoC) with customized Yocto Linux build with FrameBuffer support and trying to evaluate Uno Platform to run existing WPF application on the same. When tried running ListViewSample (which demonstrates basic WPF binding with ListView) on the system by adding Skia.Linux.FrameBuffer header project, the white blank screen appeared.
I made sure all latest NuGet packages are used. So, Can someone help me to find out the issue here?
Also, few observations here:
C:\Program Files\dotnet\sdk\7.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.CrossGen.targets(472,28): error MSB4094: "obj\Release\net6.0\linux-arm\linked\SkiaSharp.Views.Windows.dll;obj\Release\net6.0\linux-arm\linked\SkiaSharp.Views.Windows.dll;obj\Release\net6.0\linux-arm\linked\SkiaSharp.Views.Windows.dll;obj\Release\net6.0\linux-arm\linked\SkiaSharp.Views.Windows.dll" is an invalid value for the "CompilationEntry" parameter of the "RunReadyToRunCompiler" task. Multiple items cannot be passed into a parameter of type "Microsoft.Build.Framework.ITaskItem".
Here is the publish command used to build the app: dotnet publish -c Release -o publish -r linux-arm -p:PublishReadyToRun=false -p:PublishSingleFile=true -p:PublishTrimmed=true --self-contained true -p:IncludeNativeLibrariesForSelfExtract=true
Can someone help me in resolving above issues? Let me know in case of any details.
Beta Was this translation helpful? Give feedback.
All reactions