codingzerotohero

Results 13 comments of codingzerotohero

> > I would also suggest that you add a `docker-build.ps1` for PowerShell users as well. Here's my suggestion: > > ```powershell > > $ErrorActionPreference = 'Stop' > > >...

``` $ErrorActionPreference = "Stop" $currentDate = Get-Date -Format "yyyyMMdd" docker pull mcr.microsoft.com/dotnet/sdk:9.0 docker pull mcr.microsoft.com/dotnet/aspnet:9.0 docker buildx build --platform linux/amd64 -f Dockerfile ` --build-arg BUILD_CONFIGURATION=Release ` -t aspire-resource-server:latest ` -t...

I'm trying to reproduce this, but I'm having no luck. Are you using the latest version of the Aspire apphost? Aspire.Hosting.AppHost 9.3.1

New PR for the last time because I forgot to not use main branch as source... my bad.

Notes on 'Possible issue' by qodo-merge-pro: > Fix async void method Added fix for this. > Fix async task awaiting Added fix for this. > The template is using target...

Rebased in order to squash commits to fix commit convention fails

> This looks awesome - thanks for the contribution Any chance you could rebase it please - I'll get it merged :) Done! Happy to contribute :)

This is very helpful, thank you. I'll keep digging and experimenting.