Mitch Denny
Mitch Denny
OK I'm going to leave this in backlog for now to see if it collects more feedback. The current recommendation is people use WithRegistry liberally, use our global override, or...
@samsp-msft @mattmccleary @eerhardt @davidfowl @maddymontaquila @DamianEdwards
Here is what is involved to go from zero to hero with custom domains: https://www.withaspire.dev/custom-domains-with-aspire/ We should use this as the inspiration for our official docs. @IEvangelist I'm thinking about...
It isn't covered with `ConfigureCustomDomain(...)` today but we could potentially look at supporting it for BYO cert scenarios.
@drewnoakes this is actually an example of a context-menu extensibility scenario where someone might want to copy the SQLMS connection string from the row in the dashboard. I wish there...
I'm sympathetic to this request as it caught me out as I was writing the first set of unit tests. The solution is actually to use a cancellation token on...
@afscrome at this point we've decided we won't add a default timeout for `WaitFor`. We gave it some consideration but we want to do some things in 9.x around introducing...
We are just about to backport a change into release/9.0 of Aspire to allow custom domains to be set when using `PublishAsAzureContainerApp`. We still need to support the current behavior...
> I'd like @mitchdenny's take on this. I'm starting to think that we have a `WithDockerfile` extension method which works with `IResourceBuilder` which effectively results in a container resource being...
@justinyoo absolutely!