Open megashrieks opened 2 weeks ago
I was having this issue initially. I was able to resolve them after I upgraded my project to .NET Aspire 9.0 (RC 1) - you can see the upgrade guide here
@kylejuliandev this seems to fix the frequency of the errors, but the error still persists.
We released .NET Aspire 9.0.0 earlier today, would you be able to update to that stable version and see if the issue persists?
I updated my project to Aspire 9.0 and started encountering this issue as well. I am on Windows 11 using Docker Desktop.
I was getting the same error on my desktop machine, but worked fine on my laptop. Both are running Win11 and Docker Desktop. I ended up reinstalling Docker Desktop on my desktop and that seemed to fix my issue.
I had the same problem with Redis when following the learn-dotnet-aspire tutorial. I updated Docker Desktop and now it is working.
Also, it might have been restarting WSL fixed the issue.
Is there an existing issue for this?
Describe the bug
This issue occurs when I do
dotnet run
in the AppHost project, It does not affect the running of the applications however this error is repeated and is printed every second for all the containersHere is my csproj file
I'm on linux ubuntu, podman version
Expected Behavior
No response
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version info
Anything else?
My Program.cs file