-
I've noticed a discrepancy in the eShopLite solutions presented in different parts of the Aspire repositories. Specifically, there are two versions of the eShopLite solution, and they appear to be at …
-
# 🐛 Bug Report
Adding and removing items causes overflow count to incorrectly increase. The number stops reflecting the real overflow value.
## 💻 Repro or Code Sample
Razor:
https://gith…
-
**Describe the bug**
As part of my learning, I have a simple .NET Aspire application created from a template and I am trying to generate BICEP files for this application via Azure Developer CLI. In o…
-
We have a number of resources that use container images for the local inner loop (and also for production deployments via manifest). One of the challenges we have is how to approach which specific ima…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Creating a minimal APIs project using an object containing a `TimeSpan` such as
```csharp
…
-
### Type of issue
Missing information
### Description
A code block is shown to create the resources shown in the messaging tutorial via the azure cli or cloudshell
az group create -n -location …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Getting a build error when creating a new Blazor Web App with Individual account Authorizatio…
-
When I configure the Aspire SQL component using the steps in the readme, the connection fails when attempting to execute a query with this error in the C# code:
SqlException: A connection was succe…
-
It seems like the Aspire.Pomelo.EntityFrameworkCore.MySql component doesn't do retries while trying to connect to the database. I see an exception:
```
MySqlConnector.MySqlEndOfStreamException: An…
-
### Type of issue
Other (describe below)
### Description
# Summary
I've noticed that the instructions suggest adding the Redis connection string to the appsettings.json file in the ui and …