Replies: 4 comments 2 replies
-
Thanks for the report. Which version of .NET 8 are you using? |
Beta Was this translation helpful? Give feedback.
-
I ran into the same problem today (also using same version as @limeniye) - does Uno work with .NET 8 RC1? I tried this workaround which was advised for the same error on Maui but to no avail |
Beta Was this translation helpful? Give feedback.
-
Found a workaround in WindowsAppSDK issue 3842: add below to the Windows csproj <PropertyGroup>
<UseRidGraph>true</UseRidGraph>
</PropertyGroup> |
Beta Was this translation helpful? Give feedback.
-
Fixed #13700 (comment) |
Beta Was this translation helpful? Give feedback.
-
I've created the UnoApplication with .net8.0
What I already tried
This lines didn't helps me.
Also I updated Uno.WinUI packages to
5.0.0-dev.2593
.It didn't helps me also.
UnoRuntimeIdentifierErrors.zip
It looks similar as the following issue:
unoplatform/uno.templates#183
Beta Was this translation helpful? Give feedback.
All reactions