aspire
aspire copied to clipboard
An opinionated, cloud ready stack for building observable, production ready, distributed applications in .NET
We haven't updated our dependeny on OpenTelemetry past `1.9.0` because `1.10.0` introduces dependencies that "lift" assemblies out of the shared framework. See [[bug] targets other than net9.0 shouldn't be forced...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug I just ran `aspire update` meaning to update update the...
## Description Adds installation validation for Node.js and JavaScript package managers (npm, yarn, pnpm) following the same pattern from #12787 for Python/uv. When commands are missing, users see notifications with...
[Aspire.Hosting.MAUI][Windows | Android] AddAndroidEmulator runs the windows version of a MAUI app
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug When starting a MAUI app for an Android Emulator via...
## Description The Redis Commander container image has moved registries. The old `docker.io/rediscommander/redis-commander` image is no longer maintained and causes the UI to fail loading with endpoint resolution errors. **Changes:**...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug I am in the process of migrating from `azd up`...
## Description `aspire deploy` was exiting with code 0 even when deployments failed, causing CI/CD pipelines to incorrectly report success. The root cause: a backchannel disconnect handler in `DotNetCliRunner` unconditionally...
This pull request introduces support for the Azure Search Indexer client to the Aspire Azure Search integration. It adds new extension methods for registering and configuring `SearchIndexerClient` instances, including dependency...
## Description Reduces log noise by demoting the Bicep compilation success message from Information to Debug level. Error logs remain at Error level. **Changed:** - `BicepCliCompiler.CompileBicepToArmAsync`: Success message now uses...
Updates VS Code settings to support both legacy and current C# extension solution handling. Adds dotnet.solution.autoOpen while keeping dotnet.defaultSolution for backward compatibility with stable VS Code versions. This is needed...