aspire-samples
aspire-samples copied to clipboard
Property CliPath: The path to the DCP executable used for Aspire orchestration is required
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 with dotnet-run does work.