-
### Describe the Bug
`aspire` fails to build from source if `CI=true` is present in the environment, which is the case on many CI platforms e.g. Travis CI and GitHub Actions, preventing source buil…
xen0n updated
1 month ago
-
.. similar to how others do this.
https://github.com/dotnet/aspire/blob/44a60c18d9d77110ca0aa3b753476510e4823eb2/tests/Aspire.StackExchange.Redis.Tests/RedisContainerFixture.cs#L11-L43
https://git…
-
## Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=742280
Build error leg or test failing: Aspire.Workload.Tests.EmptyTemplat…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I'm trying to migrate a working ASP.NET Core app to Aspire .NET. I've added SQL Server …
-
The core logic is the same but duplicated in these two methods:
https://github.com/dotnet/aspire/blob/357a0b2e35b9188ba7c4437be3287b9b86388176/src/Aspire.Hosting.Testing/DistributedApplicationFacto…
-
Does a sample use multiple applications and/or backing services? Then it should probably use Aspire.
Anticipating _little_ difficulty (excluding the obvious expected framework changes to merging o…
-
https://github.com/Azure/azure-functions-dotnet-worker/blob/2b83c355eaa21f508f9ff7a46bdc8e953e592527/src/DotNetWorker.Core/FunctionsApplication.cs#L80
The code above creates a 'fake' activity on the…
-
**INSTALL STEPS**
1. Clean machine: Win11 x64 23h2 ENU
2. Install SDK 8.0.401
3. Install Aspire 8.2.0
4. Install azd[1.10.1] and git[2.46.1]
**REPRO STEPS**
1. Open CMD, create an Aspire Start…
-
**REGRESSION INFO**: Worked in VS 17.10.3 (Include Aspire 8.0.0) + Aspire 8.0.1 + Uninstall aspire
**REPRO STEPS**
1. Clean machine: Win11 x64 23h2 ENU
1. Install VS 17.10.3 (Include Aspire 8.0.0…
-
Aspire seems to be pushed too hard on folks who don't need or want it.
### Repro steps
```
git clone https://github.com/AArnott/Library.Template
cd Library.Template
dotnet workload restore
`…