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
Build and run in watch mode use the following command: dotnet run
I did run into this issue
the output below is translated by me and may not be the exact error message.
PS C:\dev\fsharp\guido-learns-fsharp> dotnet run
C:\dev\fsharp\guido-learns-fsharp\.paket\Paket.Restore.targets(171,5): error MSB3073:
Command "dotnet paket restore" returned code 1.
[C:\dev\fsharp\guido-learns-fsharp\Build.fsproj]
The build failed. Fix the build errors and run again.
After following these steps
git clone https://github.com/dsyme/guido-learns-fsharp
andcd guido-learns-fsharp
dotnet tool restore
dotnet run
I did run into this issue
the output below is translated by me and may not be the exact error message.
The line 171 contains this
Any ideas?
The text was updated successfully, but these errors were encountered: