We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please provide detailed information about your issue, thank you!
Version info:
The readme states to run dotnet run within the vc-storefront directory (or wherever you cloned the main repository).
dotnet run
vc-storefront
Receive the error,
Couldn't find a project to run. Ensure a project exists in c:\somepath\vc-storefront, or pass the path to the project using --project.
This however does work.
dotnet run --project .\VirtoCommerce.Storefront\VirtoCommerce.Storefront.csproj
The text was updated successfully, but these errors were encountered:
Task https://virtocommerce.atlassian.net/browse/VP-8125 has been created
Sorry, something went wrong.
Hello @loktar00 ! Thank you for your appeal! The documentation will be updated shortly.
It was resolved in this pull request #617
No branches or pull requests
Please provide detailed information about your issue, thank you!
Version info:
Expected behavior
The readme states to run
dotnet run
within thevc-storefront
directory (or wherever you cloned the main repository).Actual behavior
Receive the error,
Couldn't find a project to run. Ensure a project exists in c:\somepath\vc-storefront, or pass the path to the project using --project.
Steps to reproduce
dotnet run
Potential fix
This however does work.
dotnet run --project .\VirtoCommerce.Storefront\VirtoCommerce.Storefront.csproj
The text was updated successfully, but these errors were encountered: