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
This is an issue with the R2R IL Compiler, I've added that area label. .NET 6 is out of support, however, so there may not be a supported solution to your problem.
I was able to publish successfully using your repo if I moved to a net8.0 TargetFramework - I'd encourage you to update as it is the current LTS version of .NET.
target Platform: net6.0-windows10.0.17763.0
publish command:
dotnet publish .\R2RBuildFail.csproj -p:PublishProfile=win10-arm64.pubxml,Platform=ARM64 -c release
github repo:
https://github.com/DexterWoo/R2RBuildFailSample/tree/main-fail
the project can be build with 6.0.425 SDK but failed with higher versions of SDK.
The text was updated successfully, but these errors were encountered: