.NET ASPIRE App fällt mit fehlenden Clipath- und DashboardPath -Fehler unter Linux fehlC#

Ein Treffpunkt für C#-Programmierer
Guest
 .NET ASPIRE App fällt mit fehlenden Clipath- und DashboardPath -Fehler unter Linux fehl

Post by Guest »

Ich entwickle eine .NET 8 -Anwendung, die .NET Aspire for Orchestration verwendet. >

Code: Select all

dotnet run --project ./SomeCustomer.SomeApp.AppHost/SomeCustomer.SomeApp.AppHost.csproj
< /code>
... Dieser Fehler tritt auf ... < /p>
Building...
warn: Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServer[9]
The ASP.NET Core developer certificate is only trusted by some clients. For information about trusting the ASP.NET Core developer certificate, see https://aka.ms/aspnet/https-trust-dev-cert
Unhandled exception. 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.)
---> Microsoft.Extensions.Options.OptionsValidationException: 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.
at Microsoft.Extensions.Options.OptionsFactory`1.Create(String name)
...
< /code>
Das .NET -Aspire ist installiert (dotnet workload install aspire
), aber die Anwendung kann nicht auf die Ressource zugreifen.>

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post