aspire
aspire copied to clipboard
An opinionated, cloud ready stack for building observable, production ready, distributed applications in .NET
Backport of #12920 to release/13.0 /cc @mitchdenny @Copilot ## Customer Impact Fix to 'aspire update' so it can gracefully handle range version specifiers. ## Testing Manual and extra unit tests....
## Description A lack of check for the presence of `SupportsDebuggingAnnotation` meant that children of `ProjectResource` were being launched via IDE. This bug also affects dev kit, where functions apps...
## Description - Added 2 extension methods to accept DeploymentSlot as a string or resource parameter - If DeploymentSlot is specified, all built project images are deployed to the slot...
## Description Docker Compose derives project names from the output directory name. When multiple app hosts deploy to the same directory (e.g., `aspire-output`), they collide and overwrite each other's deployments....
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug (As said in the headline) the yarp container created by...
[release/13.0] Fix `aspire update` to honor `ManagePackageVersionsCentrally=false` in project files
Backport of #12931 to release/13.0 /cc @mitchdenny @Copilot ## Customer Impact This fixes an issue where customers have CPM in their repo but explicitly disabled in their apphost/project. We were...