-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
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
Property CliPath: The path to the DCP executable used for Aspire orchestration is required #506
Comments
@to-mas-kral sorry for not seeing this sooner, and than you for logging the issue. Since this is an older issue, I believe it could just be a dupe of dotnet/aspire#5674 which has already been fixed. Can you make sure that you are on the latest version of the workload by running |
I tried Aspire 9 today and still got this error when running Aspire XUnit Test |
I have a non-flat structure of the Aspire project, on Windows 11. I like that setup. Is this known? |
No there’s no workaround. Enable it in the apphost project |
When I try to run any of the samples, I get this error:
System.AggregateException: One or more errors occurred. (Property CliPath: The path to the DCP executable used for Aspire orchestration is required.; Property DashboardPath: The path to the Aspire Dashboard binaries is missing.)
I have installed the Aspire workload. I'm on ArchLinux with dotnet-sdk 108.
Interestingly, creating a sample with
dotnet new aspire-starter --use-redis-cache --output AspireSample
and running it withdotnet-run
does work.The text was updated successfully, but these errors were encountered: