Open megashrieks opened 3 days 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?
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