Mitch Denny

Results 48 issues of Mitch Denny

### 🚀 Feature Description As a developer, I'd like to support container.v1 resources with build fields, in order to make it easier to deploy container images with customizations. ### ✔...

enhancement

### Proposed topic or title .NET Aspire eventing and orchestration ### Location in table of contents. Fundamentals ### Reason for the article In https://github.com/dotnet/aspire/issues/5234 (issue) and https://github.com/dotnet/aspire/pull/5223 (PR) we are...

documentation
:pushpin: seQUESTered
Pri1
doc-idea
dotnet-aspire/prod
okr-freshness
📦 release-9.0

### Proposed topic or title Using custom domains with `azd`-based deployments to Azure Container Apps ### Location in table of contents. Troubleshooting ### Reason for the article We've worked with...

:watch: Not Triaged
doc-idea

## Description Adding some remarks to `WithEndpoint(callback)` to explain why setting protocol doesn't update urischeme automatically. Fixes #6006 ## Checklist - Is this feature complete? - [x] Yes. Ready to...

area-app-model

Starting a bit of an API design conversation for us to consider prior to GA, but probably to implement post GA in a servicing release. At the moment when you...

area-integrations
enhancement
azure

Since .NET Aspire 8.0 the start-up of resources has occurred during the AppHost start-up process blocking the return of `StartAsync(...)` until all resources are running. This is because as part...

## Description Currently `ResourceHealthCheckService` uses the DateTime to control loop intervals. This PR switches over to using `TimeProvider` for improved testability. Fixes #6014 ## Checklist - Is this feature complete?...

Follow up: Make ResourceHealthCheckService more testable using the time provider and add more logs. _Originally posted by @davidfowl in https://github.com/dotnet/aspire/pull/5870#pullrequestreview-2336306475_

bug
area-app-model

### Proposed topic or title Controlling service startup ### Location in table of contents. _No response_ ### Reason for the article We are introducing `WaitFor` and `WaitForCompletion` APIs in .NET...

documentation
:pushpin: seQUESTered
Pri1
fundamentals
doc-idea
dotnet-aspire/prod
okr-freshness
📦 release-9.0

An internal team reached out with a problem they are experiencing with our platform detection logic: https://github.com/dotnet/aspnetcore/blob/7918436a914ac1cbafa94a359e435c67535c8159/src/SignalR/clients/ts/signalr/src/Utils.ts#L40C9-L40C9 Locally this works, but they are seeing a problem in production where it...

area-signalr