Eric Erhardt

Results 266 comments of Eric Erhardt

> What happens for RedisComander, Pgweb, Pgadmin, and other dashboards when using `ContainerLifetime.Persistent`? Unsure. It needs to be tested. _______ Here's another way to get the same results: ```C# var...

> [@eerhardt](https://github.com/eerhardt) should we do the template fix to bump the OTel versions to latest when targeting `net9.0` in 9.2? We can. It wouldn't hurt to update to the latest...

> if you can test node+npm on Linux, what's the urgency behind also testing those scenarios on Windows❓ Because they are different, and we can have different bugs based on...

> This is for release 9.0, correct? correct > why not have the version be a parameter on the resolver? I don't plan on this being a "long lived" class....

Do we know why the connection never became available? Did DCP fail somewhere?

Looking at the logs I see: ``` fail: Aspire.Hosting.Dcp.dcpctrl.ContainerReconciler[0] could not determine host address and port for container port {"Container": {"name":"qdrant-mkbsaegq-59a393fe"}, "Reconciliation": 5, "error": "container '/qdrant-mkbsaegq-59a393fe' is not running: exited"}...

This hasn't occurred in the past month. Closing for now. Please reopen if it occurs again.

> Build / verify-aot-compat / run-verify-aot-compat (ubuntu-22.04, net8.0) (pull_request)Failing after 1m Try using `8.0.2` of Microsoft.Extensions.Configuration.Binder. The `8.0.0` package has bugs in the source generator that were fixed in patched...

FYI - we announced https://devblogs.microsoft.com/dotnet/dotnet-sts-releases-supported-for-24-months/. I don't think that changes the direction in this PR. But it is related information.

Another option would be if we didn't need to specify a default SkuCapacity in .NET Aspire at all, and we just leave it blank if the user doesn't provide one....