codebeltnet/.NET Restore from Codebelt

An opinionated action that restore the dependencies for specified projects or the solution itself.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 25, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: codebeltnet/dotnet-restore@00c3199ffbf49ef616ac7bfb46bfd9881e448798 # v3.0.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
projectsOptional path to the project(s) file to restore. Pass empty to restore all dependencies of a solution. Supports globbing. Default is an empty string.yes""
verbosity-levelSets the verbosity level of the command. Allowed values are q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic]. The default is quiet.yesquiet
namedescription
restoreCacheKeyThe restore cache key that can be used by other actions.