Aspire 13.1.0 is Broken! #14121
dareljohnson
started this conversation in
General
Replies: 2 comments
-
|
See #13002 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I came across this today in VS 2026 / Aspire 13.1 - I haven't specified ETA: I had missed adding |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Somebody broke the Aspire eco system. I can build the Solution, but I cannot run it.
PS C:\development\dotnet_apps\todo-app-aspire2> dotnet run --project src/TodoApp.AppHost/TodoApp.AppHost.csproj
$(String[] args) in C:\development\dotnet_apps\todo-app-aspire2\src\TodoApp.AppHost\Program.cs:line 32C:\development\dotnet_apps\todo-app-aspire2\src\TodoApp.AppHost\TodoApp.AppHost.csproj : warning NU1603: TodoApp.Infrastructure depends on Google.Apis.Calendar.v3 (>= 1.68.0.3483) but Google.Apis.Calendar.v3 1.68.0.3483 was not found. Google.Apis.Calendar.v3 1.68.0.3536 was resolved instead.
C:\development\dotnet_apps\todo-app-aspire2\src\TodoApp.Infrastructure\TodoApp.Infrastructure.csproj : warning NU1603: TodoApp.Infrastructure depends on Google.Apis.Calendar.v3 (>= 1.68.0.3483) but Google.Apis.Calendar.v3 1.68.0.3483 was not found. Google.Apis.Calendar.v3 1.68.0.3536 was resolved instead.
C:\development\dotnet_apps\todo-app-aspire2\src\TodoApp.Web\TodoApp.Web.csproj : warning NU1603: TodoApp.Infrastructure depends on Google.Apis.Calendar.v3 (>= 1.68.0.3483) but Google.Apis.Calendar.v3 1.68.0.3483 was not found. Google.Apis.Calendar.v3 1.68.0.3536 was resolved instead.
C:\development\dotnet_apps\todo-app-aspire2\src\TodoApp.AppHost\TodoApp.AppHost.csproj : warning NU1603: TodoApp.Infrastructure depends on Google.Apis.Gmail.v1 (>= 1.68.0.3489) but Google.Apis.Gmail.v1 1.68.0.3489 was not found. Google.Apis.Gmail.v1 1.69.0.3742 was resolved instead.
C:\development\dotnet_apps\todo-app-aspire2\src\TodoApp.Web\TodoApp.Web.csproj : warning NU1603: TodoApp.Infrastructure depends on Google.Apis.Gmail.v1 (>= 1.68.0.3489) but Google.Apis.Gmail.v1 1.68.0.3489 was not found. Google.Apis.Gmail.v1 1.69.0.3742 was resolved instead.
C:\development\dotnet_apps\todo-app-aspire2\src\TodoApp.Infrastructure\TodoApp.Infrastructure.csproj : warning NU1603: TodoApp.Infrastructure depends on Google.Apis.Gmail.v1 (>= 1.68.0.3489) but Google.Apis.Gmail.v1 1.68.0.3489 was not found. Google.Apis.Gmail.v1 1.69.0.3742 was resolved instead.
C:\development\dotnet_apps\todo-app-aspire2\src\TodoApp.AppHost\TodoApp.AppHost.csproj : warning NU1603: TodoApp.Infrastructure depends on Google.Apis.Calendar.v3 (>= 1.68.0.3483) but Google.Apis.Calendar.v3 1.68.0.3483 was not found. Google.Apis.Calendar.v3 1.68.0.3536 was resolved instead.
C:\development\dotnet_apps\todo-app-aspire2\src\TodoApp.AppHost\TodoApp.AppHost.csproj : warning NU1603: TodoApp.Infrastructure depends on Google.Apis.Gmail.v1 (>= 1.68.0.3489) but Google.Apis.Gmail.v1 1.68.0.3489 was not found. Google.Apis.Gmail.v1 1.69.0.3742 was resolved instead.
C:\development\dotnet_apps\todo-app-aspire2\src\TodoApp.Web\TodoApp.Web.csproj : warning NU1603: TodoApp.Infrastructure depends on Google.Apis.Calendar.v3 (>= 1.68.0.3483) but Google.Apis.Calendar.v3 1.68.0.3483 was not found. Google.Apis.Calendar.v3 1.68.0.3536 was resolved instead.
C:\development\dotnet_apps\todo-app-aspire2\src\TodoApp.Web\TodoApp.Web.csproj : warning NU1603: TodoApp.Infrastructure depends on Google.Apis.Gmail.v1 (>= 1.68.0.3489) but Google.Apis.Gmail.v1 1.68.0.3489 was not found. Google.Apis.Gmail.v1 1.69.0.3742 was resolved instead.
C:\development\dotnet_apps\todo-app-aspire2\src\TodoApp.Infrastructure\TodoApp.Infrastructure.csproj : warning NU1603: TodoApp.Infrastructure depends on Google.Apis.Calendar.v3 (>= 1.68.0.3483) but Google.Apis.Calendar.v3 1.68.0.3483 was not found. Google.Apis.Calendar.v3 1.68.0.3536 was resolved instead.
C:\development\dotnet_apps\todo-app-aspire2\src\TodoApp.Infrastructure\TodoApp.Infrastructure.csproj : warning NU1603: TodoApp.Infrastructure depends on Google.Apis.Gmail.v1 (>= 1.68.0.3489) but Google.Apis.Gmail.v1 1.68.0.3489 was not found. Google.Apis.Gmail.v1 1.69.0.3742 was resolved instead.
Unhandled exception. 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) at Microsoft.Extensions.Options.UnnamedOptionsManager1.get_Value()at Aspire.Hosting.Dcp.DcpNameGenerator.GetContainerName(IResource container) in //src/Aspire.Hosting/Dcp/DcpNameGenerator.cs:line 72
at Aspire.Hosting.Dcp.DcpNameGenerator.EnsureDcpInstancesPopulated(IResource resource) in //src/Aspire.Hosting/Dcp/DcpNameGenerator.cs:line 37
at BuiltInDistributedApplicationEventSubscriptionHandlers.InitializeDcpAnnotations(BeforeStartEvent beforeStartEvent, CancellationToken ) in //src/Aspire.Hosting/BuiltInDistributedApplicationEventSubscriptionHandlers.cs:line 20
at Aspire.Hosting.Eventing.DistributedApplicationEventing.<>c__DisplayClass4_0`1.<b__0>d.MoveNext() in //src/Aspire.Hosting/Eventing/DistributedApplicationEventing.cs:line 82
--- End of stack trace from previous location ---
at Aspire.Hosting.Eventing.DistributedApplicationEventing.PublishAsync[T](T event, EventDispatchBehavior dispatchBehavior, CancellationToken cancellationToken) in //src/Aspire.Hosting/Eventing/DistributedApplicationEventing.cs:line 69
at Aspire.Hosting.DistributedApplication.ExecuteBeforeStartHooksAsync(CancellationToken cancellationToken) in //src/Aspire.Hosting/DistributedApplication.cs:line 351
at Aspire.Hosting.DistributedApplication.RunAsync(CancellationToken cancellationToken) in //src/Aspire.Hosting/DistributedApplication.cs:line 310
at Program.
at Program.(String[] args)
Beta Was this translation helpful? Give feedback.
All reactions