Replies: 2 comments 7 replies
-
Hello, if you didn't try Redth's maui-check tool before, try it: To install: It will try to set up the Maui workloads apart from checking you have the rest of the requirements, if you have trouble with it, there are other solutions I can tell you. |
Beta Was this translation helpful? Give feedback.
-
I also have this same problem, running Windows 11 on ARM64: dotnet --version
6.0.100-preview.7.21379.14
dotnet workload install maui
Workload with id maui is not supported on this platform.
# plan B also fails:
dotnet tool install -g Redth.Net.Maui.Check
C:\Users\guide2wsl\AppData\Local\Temp\sgvqb0lg.gfa\restore.csproj : error NU1100: Unable to resolve 'redth.net.maui.check (>= 0.0.0)' for 'net6.0'.
C:\Users\guide2wsl\AppData\Local\Temp\sgvqb0lg.gfa\restore.csproj : error NU1100: Unable to resolve 'redth.net.maui.check (>= 0.0.0)' for 'net6.0/any'.
The tool package could not be restored. I'm just trying to follow https://docs.microsoft.com/en-us/dotnet/maui/get-started/first-app?pivots=dotnet-cli without much success at the moment. Admittedly, the page says, "The documentation for .NET Multi-app Platform UI (.NET MAUI) is under construction." so maybe I should wait 🙂 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure where to go next. Ideally, I could clean things up to start with a clean slate, but I have no idea how to do that.
I'm on Windows 10, 64-bit, running VS 2022 version 17 preview 3.0
Running: dotnet workload install maui give the following error:
Workload with id maui is not supported on this platform.
I've tried a hundred things and seem 'closer' but the error above is a show stopper.
Is there a simple way (or a checklist) to uninstall everything to do with maui? So I can start fresh? Or, other ideas?
Beta Was this translation helpful? Give feedback.
All reactions