Replies: 1 comment 8 replies
-
Thanks for the question. It looks like your system is not configured appropriately for running dotnet, and it looks like unoplatform/uno.check#349, most likely because Could you tell how you installed .NET in the first place? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am attempting to build an application for Ubuntu MATE running on an ASUS K50i laptop which implements a dektop window GUI communicating with a serial COM() port. I have installed VSC and used it's plugin tool to install dotnet8, C++, C# and presumably uno.
Refer to the following list for applications presently installed:
Entering "dotnet --info" into a terminal shows this (some items omitted for brevity)-
.NET SDK:
Version: 8.0.405
Runtime environment:
OS Name: ubuntu
OS Version: 20.04
RID: linux-x64
Base Path: /snap/dotnet-sdk/255/sdk/8.0.405/
.net workloads installed:
Configured to use loose manifests when installing new manidests.
There are no workloads to display
.NET SDKs installed:
8.0.405 [/snap/dotnet-sdk/255/sdk]
.NET runtimes installed:
Microsoft-AspNetCore.App 8.0.12 [/snap/dotnet-sdk/255/sdk/shared/Microsoft.AspNetCore.app]
Microsoft-NetCore.App 8.0.12 [/snap/dotnet-sdk/255/sdk/shared/Microsoft.NetCore.App]
Other architectures found:
None
Environment variables:
Not set
global.json file:
Not found
Looking around the file system I cannot locate the executable that is launched by entering "uno-check" so per the instructions on the uno website I key in "~/dotnet/tools/uno-check" and I get the following display:
You will notice that the second line is generated in error. Indeed .net SDK and the .net Runtime are both installed on this system. they are version8. I conclude that the uno installer expects to find them at a different (hard-coded?) location. Also troublesome is that message offered as the solution in line 10 refers to version 6. It points to a web-based guide for installing v. 6 and is a technical nightmare to contemplate.
SO, I ask is uno supported on .net8 and if so how do I complete the install process beyond this point?
Beta Was this translation helpful? Give feedback.
All reactions