David Fowler

Results 1251 comments of David Fowler

the link is the EndpointReferenceExpression. This is handled by processing endpoints first, then storing a map of the allocated endpoints mapped to endpoint name. Then when you see `endpointReference.Property(EndpointProperty.TargetPort)` it's...

I think we should support this. We'd be willing to take a PR if there was a sane way to parse the registry, image name and tag. @danegsta do you...

Marking this as a good first issue that we'll take a contribution for. The work looks like taking that regex and setting the right state based on the capture groups.

> Is the flow similar to ASP.NET Core contributions? Do we need to decide on the API signatures before moving forward? Or I can just jump straight into PR? (cause...

Can you update the issue with the new API using [this template](https://github.com/dotnet/aspire/issues/new?assignees=&labels=api-suggestion&projects=&template=api-proposal.md&title=)

Does anyone want to take this on? This would be a really nice QOL improvement (Especially if we could make all of the APIs compose nicely!);

Maybe we make `ImageReference` a type for add overloads that take it. Not as convenient but less breaking? ```C# builder.AddContainer("app", new ImageReference("myorg.azurecr.io/docker.io/library/redis:tag")); ```

Thanks @afscrome ! Lets see if there are any unexpected regressions!