Alex Crome
Alex Crome
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug On the first run of an App Host after upgrading...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. After...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Saw this in one of my recent runs with latest...
I've started getting a bunch of connection aborted errors with our container publishing tasks today. I expect this is due to something on my company's firewall, however the error logs...
If you run `dotnet publish /t:PublishContainer` on a project that hasn't changed since the last container publish, the SDK will build a new image, even though nothing's changed ## Repro...
Currently `dotnet publish /t:PublishContainer` will fail if you have no network connectivity. If you cannot connect to the remote registry (e.g. `mcr.microsoft.com`, `MYORG.azurecr.io`), the publish process should fall back to...
### Describe the issue or suggestion When trying to promote use of aspire within my organisation, I hit the same two misconceptions over and over again 1. We can't use...
I've had a go at trying to parallelise the report generation - aimed particularly at helping GitHub Actions / Azure DevOps where the report generator can be quite slow, presumably...