Mitch Denny
Mitch Denny
As much as I would like this in for 8.2, I think we need to hold this PR until we get this resolved. I think hiding the args in the...
> Yeah, I was wondering if it would make sense for us to switch from `library/redis` to `redis/redis-stack-server` instead. And then [Add WithRedisInsight (dotnet/aspire#5227)](https://github.com/dotnet/aspire/pull/5227) would switch the image from `redis/redis-stack-server`...
@afscrome are you still running into this on Aspire 13.0? I'm trying to repro it and I cannot.
@afscrome I just had a thought - you are using authenticated feeds correct? I wonder if the reason we don't see it is that in our attempted repros we don't...
Hrm -- that is pretty interesting. Let me look at that.
OK I can reproduce it. the timing is super tight; on my machine I have to hit CTRL-C in the first 100-200ms otherwise I miss the window. A second CTRL-C...
OK I _think_ the issue is in Spectre Console. But trying to prove it now.
Should not close until #13046 merges.
So the background here is that `StartAsync(...)` in Spectre Console does not handle any cancellation itself, so it just depends on what particular context you are in as to whether...
So, if I am following all of this correctly the following happened: 1. Bind mounts were not working. 2. Garnet fixed the issue, but they also broke their args. 3....