Update Uno version, Uno TFMs to .NET 8#191
Conversation
There was a problem hiding this comment.
Opened as a draft. We're seeing linker issues when compiling release mode. Tested against the main repo by running this command:
.\tooling\Build-Toolkit-Gallery.ps1 -Head wasm -MultiTargets wasm -Components All -WinUIMajorVersion 2 -Release
We see this error message with no additional details:
C:\Users\arlog\.nuget\packages\uno.wasm.bootstrap\7.0.29\build\Uno.Wasm.Bootstrap.targets(206,3): error : System.Exception: Failed to exe
cute the linker [C:\Users\arlog\source\repos\Windows\tooling\ProjectHeads\AllComponents\wasm\CommunityToolkit.App.Wasm.csproj]
This error is also showing in the CI.
|
Thanks @jeromelaban for the help! For reference, the issue was that the We should be able to close this off and include the changes in the 8.1 update. |
Rebase failed
|
May want to look at the 422 equivalent as there's an Android error there: |
This generally happens when the TargetPlatformVersion is 33 instead of 34 (which net8 targets). |
|
Thanks Jerome, I'll give that a try. Found additional information on this error message here. |
This PR: