Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dotnet tools don't work in read-only FS deployments due to tmp dependency #4457

Open
hoyosjs opened this issue Jan 9, 2024 · 4 comments
Open
Labels
Milestone

Comments

@hoyosjs
Copy link
Member

hoyosjs commented Jan 9, 2024

System.Commandline tries to create a sentinel in tmp when registering for dotnet-suggest for their support of autocompletion support. This prevents usage of tools in read-only deployments.

@hoyosjs hoyosjs added the bug Something isn't working label Jan 9, 2024
@hoyosjs hoyosjs changed the title dotnet tools don't properly work in read-only FS deployments dotnet tools don't work in read-only FS deployments due to tmp dependency Jan 9, 2024
@tommcdon tommcdon added this to the 9.0.0 milestone Jan 9, 2024
@tommcdon tommcdon added diagnostic global tooling enhancement New feature or request and removed bug Something isn't working labels Jan 9, 2024
@tommcdon
Copy link
Member

tommcdon commented Jan 10, 2024

Some thoughts:

@hoyosjs
Copy link
Member Author

hoyosjs commented May 20, 2024

Partially solved with #4593

@mikem8361
Copy link
Member

Why does this only partially solves this issue? The initial description only talks about the System.CommandLine problem which is fixed by that PR. The title and Tom's comments may indicate there are other R/O /tmp problems. Can we list them?

@mikem8361
Copy link
Member

Or can we create other issues to address the rest of the R/O problems?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants