-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I've reported this issue for docker CLI as well: [Docker CLI issue 5306](https://github.com/d…
-
**INSTALL STEPS**
1. Clean machine: Win11 x64 23h2 CHS
2. Install VS 17.12 GA
3. Install Aspire 9.0.0
**REPRO STEPS**
1. Create Aspire Starter App
2. Build solution and run the project
**NOTE**: T…
-
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=719871
Build error leg or test failing: Aspire.Hosting.Tests.DistributedApplicationTests.TestSer…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
When not using the .NET CLI, using the Aspire Starter Template produces all the projects but …
-
### This issue is a: (mark with an x)
- [X] bug report -> please search issues before submitting
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a…
nor0x updated
1 month ago
-
Meeting Date: March 11th, 2025
Speaker: [ TODO ]
Speakers please provide a short bio, topic and description to help us announce and promote your talk.
-
VS code moved to the template engine, so we should validate the new templates work as expected.
-
Running with podman on Fedora 40:
```csharp
var minio = builder
.AddContainer("minio", "minio/minio")
.WithEnvironment("MINIO_ROOT_USER", "blah")
.WithEnvironment("MINIO_ROOT_PASSWO…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
localhost, being used by so many di…
-
To detect podman, I need to set the app host `DOTNET_ASPIRE_CONTAINER_RUNTIME` configuration to `podman`.
Is that the intended behavior?