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
I am not able to install MAUI on my Linux system, by running the following command:
sudo dotnet workload install maui
Welcome to .NET 8.0!
---------------------
SDK Version: 8.0.104
----------------
Installed an ASP.NET Core HTTPS development certificate.
To trust the certificate, view the instructions: https://aka.ms/dotnet-https-linux
----------------
Write your first app: https://aka.ms/dotnet-hello-world
Find out what's new: https://aka.ms/dotnet-whats-new
Explore documentation: https://aka.ms/dotnet-docs
Report issues and find source on GitHub: https://github.com/dotnet/core
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli
--------------------------------------------------------------------------------------
Workload ID maui is not recognized.
Steps to Reproduce
Run sudo dotnet workload install maui
Enjoy
I do run dotnet on my Linux system, probably there is another way to set up MAUI, rather than using dotnet CLI, but I am not aware of.
Link to public reproduction project repository
No response
Version with bug
Unknown/Other
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Other (Tizen, Linux, etc. not supported by Microsoft directly)
Currently, only maui-android (sudo dotnet workload install maui-android) is supported in the Linux system. For details, you can view the document;
By the way, Could you tell us what you want to do on which platform of the Linux system? thanks.
Welcome to .NET 8.0!
---------------------
SDK Version: 8.0.104
----------------
Installed an ASP.NET Core HTTPS development certificate.
To trust the certificate, view the instructions: https://aka.ms/dotnet-https-linux
----------------
Write your first app: https://aka.ms/dotnet-hello-world
Find out what's new: https://aka.ms/dotnet-whats-new
Explore documentation: https://aka.ms/dotnet-docs
Report issues and find source on GitHub: https://github.com/dotnet/core
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli
--------------------------------------------------------------------------------------
Workload ID maui-android is not recognized.
What I am trying to do, is to work with project using Rider on my system. I have Rider, but I am not able to find the MAUI related things in it. The starting point was to install MAUI :D but here I am, with the ticket.
Arch (and all other source-build distributions of the .NET SDK) cannot install the MAUI workloads because those workloads are missing from source-build. This is tracked in dotnet/source-build#3242 currently, and is something that I'm trying to figure out with those partners. In the meantime, if you need MAUI workloads I'd suggest using the dotnet-install scripts to install a 'local install' of the Microsoft SDK and use that.
Description
I am not able to install MAUI on my Linux system, by running the following command:
Steps to Reproduce
sudo dotnet workload install maui
I do run dotnet on my Linux system, probably there is another way to set up MAUI, rather than using
dotnet
CLI, but I am not aware of.Link to public reproduction project repository
No response
Version with bug
Unknown/Other
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Other (Tizen, Linux, etc. not supported by Microsoft directly)
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: