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 have downloaded and installed the 8.0.100-preview.4.23260.5 version using Snap on Ubuntu 21.04.
However when I try to install the MAUI workload using the "dotnet workload install maui", it raises the following error: Unhandled exception: System.IO.IOException: Read-only file system : '/snap/dotnet-sdk/204/metadata' at System.IO.FileSystem.CreateDirectory(String fullPath, UnixFileMode unixCreateMode) at System.IO.Directory.CreateDirectory(String path) at Microsoft.DotNet.Workloads.Workload.Install.WorkloadInstallerFactory.CanWriteToDotnetRoot(String dotnetDir) at Microsoft.DotNet.Workloads.Workload.Install.WorkloadInstallerFactory.GetWorkloadInstaller(IReporter reporter, SdkFeatureBand
I can create a new project though. It's just a problem with this workload command.
P.S: That directory does not exist on my machine, though there is the meta directory.
The text was updated successfully, but these errors were encountered:
I have downloaded and installed the 8.0.100-preview.4.23260.5 version using Snap on Ubuntu 21.04.
However when I try to install the MAUI workload using the "dotnet workload install maui", it raises the following error:
Unhandled exception: System.IO.IOException: Read-only file system : '/snap/dotnet-sdk/204/metadata' at System.IO.FileSystem.CreateDirectory(String fullPath, UnixFileMode unixCreateMode) at System.IO.Directory.CreateDirectory(String path) at Microsoft.DotNet.Workloads.Workload.Install.WorkloadInstallerFactory.CanWriteToDotnetRoot(String dotnetDir) at Microsoft.DotNet.Workloads.Workload.Install.WorkloadInstallerFactory.GetWorkloadInstaller(IReporter reporter, SdkFeatureBand
I can create a new project though. It's just a problem with this workload command.
P.S: That directory does not exist on my machine, though there is the meta directory.
The text was updated successfully, but these errors were encountered: