microsoft / microsoft/aspire

[AspireE2E] The webfrontend project fails to start in .net11.0 Aspire Starter App with Redis project

Open
#19,045 1 comment 0 reactions 0 assignees View on GitHub
area-integrations area-templates area-tooling triage:bot-seen triage:needs-human
Dominant language
C#
Stars
6.3k
Forks
991
Avg merge
2d 15h
Merged PRs (30d)
196

Description

**REGRESSION INFO:** Work well in 10.0 project

**INSTALL STEPS**
1. Clean machine: Win11 x64 25h2 ENU
1. Install [Docker Desktop](https://www.docker.com/products/docker-desktop/)
1. Install SDK 11.0 Preview 6 SDK
1. Install Aspire 13.5 CLI `iex "& { $(irm https://aspire.dev/install.ps1) } -Quality dev"`

**REPRO STEPS**
1. Open CMD and create an 11.0 Aspire Starter App (ASP.NET Core/Blazor) with Redis project:
```
dotnet new aspire-starter --use-redis-cache --name AspireApp --output AspireApp -f net11.0
cd AspireApp/AspireApp.AppHost
```
1. Run the app with `dotnet run`
1. Open the Dashboard URL in browser
1. Observe the `webfrontend` resource

**Note**
1. This issue dose not repro with no Redis project.
2. This issue also repro on Aspire Starter App (ASP.NET Core/React) with Redis project

**ACTUAL**
The webfrontend project fail to start
Image

Image

[webfrontend-jjdrknyj-20260806044032.txt](https://github.com/user-attachments/files/30779335/webfrontend-jjdrknyj-20260806044032.txt)

Contributor guide

Open the contributing guide

Research direction

Create the Aspire Starter App with `dotnet new aspire-starter --use-redis-cache --name AspireApp --output AspireApp -f net11.0`, then run `dotnet run` from `AspireApp/AspireApp.AppHost`. Start by inspecting the `webfrontend` resource output and the attached log, comparing behavior with the .NET 10 version and with Redis disabled. Done means the Redis-enabled .NET 11 starter app starts its webfrontend successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp, redis
Domain
backend, devops
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.