.NET 8.0 and VS 17.8 Stable support #14427
jeromelaban
started this conversation in
General
Replies: 1 comment 10 replies
-
A new version of uno.check is now available for .NET 8.0.100, happy coding! |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
.NET 8.0.100 and VS 17.8 has now been released, and we're working to get everything up and running for the Uno Platform community.
Visual Studio support
At present time, there are no known issues when installing and using VS 17.8.
.NET SDK
Upgrading uno.check to 1.17.0 allows for .NET 8.0.100 and its workloads to be installed properly, on all platforms.
The .NET 8.0.100 SDK is having a layout issue with dotnet/sdk#36884 which contains RC2 workload manifests and fails to install properly with uno.check (unoplatform/uno.check#197). We're currently tracking the updates that will be posted by the .NET team so we can update everything and get everyone running.Until this issue is resolved, installing VS 17.8 installs the 8.0.100 mobile workloads properly and if you're not running uno-check on Windows, you will be good to code. On macOS, until this is resolved, we do not have a workaround. Linux does not use workloads so installing .NET 8.0.100 manually will be enough to use VS Code and build wasm/gtk based apps.Beta Was this translation helpful? Give feedback.
All reactions