prom3theu5 / aspirational-manifests

Handle deployments of .NET Aspire AppHost Projects
MIT License
699 stars 36 forks source link

Improve error logs #248

Open Hantse opened 4 months ago

Hantse commented 4 months ago

🔥 Bug Description

I've a project, i can build it, it's basic Aspire with 5 project. Last week i can publish with tools.

Today when i try to start it :

Generating Aspire Manifest for supplied App Host Error: The build failed. Fix the build errors and run again.

Could not build the manifest for the supplied details. Exiting rather than building default manifest file. (1): Aspirate will now exit.

🧯 Possible Solution

Vrince1998 commented 2 months ago

Same error, happened after running dotnet workload update. Wish i never did it, don't know how to rollback....

Erwwyh commented 1 month ago

Unluckily I meet this problem. the host is Ubuntu 20.04 with kubernetes 1.28.2, using containerd. The project build on windows server before, I'm trying to build it on k8s.

jmair17 commented 3 weeks ago

still no update?