Eric Erhardt
Eric Erhardt
Today when you call `aspire publish`, it calls `dotnet run` on the AppHost project without specifying a launch profile. This means that the first launch profile in `launchSettings.json` is used...
- Update dependencies to Aspire 9.3 - Remove Docker Compose since it doesn't work. You can't login once you publish it due to public/internal URL issues. - Add WithUrls to...
**Preconditions** (Any important steps we need to know) **Steps to reproduce** (How to reproduce what you found step by step) 1. `docker run --name redis-insights -p 5540:5540 -d redis/redisinsight` 2....
## Description Set both RuntimeIdentifier/ContainerRuntimeIdentifier or RuntimeIdentifiers/ContainerRuntimeIdentifiers when building dotnet containers. This way the application is published correctly - for example for native AOT.
The ACA `AzureContainerAppsInfrastructure` hooks to `BeforeStartEvent` to process all the compute resources in the model. https://github.com/dotnet/aspire/blob/b3582d25c4e134bc6c506ef178b92829eca51ba9/src/Aspire.Hosting.Azure.AppContainers/AzureContainerAppsInfrastructure.cs#L23-L79 This event is too early in the pipeline because it doesn't give anyone else...
https://github.com/dotnet/aspire/pull/1726 added an MSBuild Task because it needed to do some special XML processing. Since there wasn't already a Tasks assembly, we used a `RoslynCodeTaskFactory` in order to get unblocked....
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...
### Description With change [Default AZURE_TOKEN_CREDENTIALS env var when running in Azure (dotnet/aspire#11832)](https://github.com/dotnet/aspire/pull/11832), we are changing the default behavior of DefaultAzureCredential when deploying to Azure Container Apps and Azure App...
### Description We are renaming Aspire.Hosting.NodeJs to Aspire.Hosting.JavaScript. The current AddNodeApp is being removed and the order of the parameters has changed for a new AddNodeApp overload. The AddNpmApp is...
### Proposed topic or title NodeJs Integration ### Location in table of contents. _No response_ ### Reason for the article We are refactoring the Aspire.Hosting.NodeJs APIs in Aspire 13. -...