dotnet restore
Restores the dependencies and tools of a .NET project.
=> More information.
- Restore dependencies for a .NET project or solution in the current directory:
dotnet restore
- Restore dependencies for a .NET project or solution in a specific location:
dotnet restore {path/to/project_or_solution}
- Restore dependencies without caching the HTTP requests:
dotnet restore --no-cache
- Force all dependencies to be resolved even if the last restore was successful:
dotnet restore --force
- Restore dependencies using package source failures as warnings:
dotnet restore --ignore-failed-sources
- Restore dependencies with a specific verbosity level:
dotnet restore --verbosity {quiet|minimal|normal|detailed|diagnostic}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/dotnet-restore.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 104.094245 milliseconds
- Gemini-to-HTML Time
- 0.283152 milliseconds
This content has been proxied by September (ba2dc).