mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-23 01:37:59 +00:00
Where is the project or solution file ? #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nullArguments on 3/23/2017
I have downloaded the source and tried to run it using both VSCode and Visual Studio and they keep asking me for project or solution file
For e.g.
bash-3.2$ dotnet restore
MSBUILD : error MSB1003: Specify a project or solution file. The current working directory does not contain a project or solution file.
bash-3.2$ dotnet run
Couldn't find a project to run. Ensure a project exists in /aspnet-core-signalr-angular-master.
Or pass the path to the project using --project
bash-3.2$