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
The dotnet paket restore command fails when encountering a read-only file-system.
I use Nix and Direnv for managing my projects and a .direnv directory is created with symlinks to my read-only root filesystem.
Repro steps
Unable to reproduce at this moment in a non-nix environment. I will update the issue when I have.
Expected behavior
Paket restores as normal.
Actual behavior
> dotnet paket restore
Paket version 8.0.3+75b30cdcb8859e8d129f139444d9b9b600bfff07
Total time taken: 0 milliseconds
Paket failed with
-> IOException: Read-only file system : '/home/christian/Programming/Marten.FSharp/.direnv/flake-inputs/yknlydpjczha2l9f4yd3wz5nhj4g4rwq-source/pkgs/test/dotnet/project-references/application/obj'
Known workarounds
No workarounds have been found at this time.
The text was updated successfully, but these errors were encountered:
sheridanchris
changed the title
Paket restore IOException
Paket restore IOException: read-only filesystem
Mar 19, 2024
This also happens when I try to use the git override within the paket.dependencies file, so I'm unable to test packages locally. This hinders contributing to packages as a common pattern is to test them locally against a known working project. Is there any other way to depend on a package locally to work around this?
Description
The
dotnet paket restore
command fails when encountering a read-only file-system.I use Nix and Direnv for managing my projects and a
.direnv
directory is created with symlinks to my read-only root filesystem.Repro steps
Unable to reproduce at this moment in a non-nix environment. I will update the issue when I have.
Expected behavior
Paket restores as normal.
Actual behavior
Known workarounds
No workarounds have been found at this time.
The text was updated successfully, but these errors were encountered: