The func host start might run into issues in a freshly cloned repository or after generating the sample. A dotnet restore fixes the situation. The documentation was updated to reflect this
Does this solve an existing issue?
[ ] Yes - Please add the reference:
[X] No
Does this introduce a breaking change?
[ ] Yes
[X] No
Pull Request Type
What kind of change does this Pull Request introduce?
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[X] Documentation content changes
[ ] Other... Please describe:
Purpose
The
func host start
might run into issues in a freshly cloned repository or after generating the sample. Adotnet restore
fixes the situation. The documentation was updated to reflect thisDoes this solve an existing issue?
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
n.a.
What to Check
n.a.
Other Information
n.a.