Replies: 2 comments 2 replies
-
This is expected, uno.check uses explicit .NET versions and skips if a newer one is available. 7.0.402 is available in uno.check 1.16.1 that is being published on nuget as of this writing. |
Beta Was this translation helpful? Give feedback.
-
The latest version is now 7.0.403 but uno-check is looking for 402. It does download it but fails to install, which, as @jeromelaban said, is the expected behavior. However, it then skips other checks: As a result, my library no longer compiles: By the way, this happens quite regularly: workloads 'disappear,' and uno-check fixes it. I've been okay with running uno-check every time this happens until this time when it can't fix the issue. Now, I wonder why the platform-specific workloads keep disappearing in the first place. Please advise. Can this be re-opened or should I create a new one? |
Beta Was this translation helpful? Give feedback.
-
I am setting up a new computer.
I've installed VS 17.8.0 Preview 4.0 and then I installed UNO components.
When I run uno-check it detects Net SDK 7.0.402 but tries to install 7.0.401
And always tries to install the new UNO templates that are already installed.
Then it skips net sdk workloads due the previous issue with the net sdk version.
That's what dotnet --list-sdks returns:
Beta Was this translation helpful? Give feedback.
All reactions