Mitch Denny
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. ### ✔...
### 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...
### 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...
## 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...
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...
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_
### 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...
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...