microsoft / microsoft/aspire

[AspireE2E] The “No logs found” message on the console page is not localized

Open
#17,592 2 comments 0 reactions 0 assignees View on GitHub
area-templates blocked triage:bot-seen
Dominant language
C#
Stars
6.3k
Forks
991
Avg merge
2d 15h
Merged PRs (30d)
196

Description

**REGRESSION INFO:** New feature on Aspire.ProjectTemplates 13.4.0

**INSTALL STEPS**
1. Clean machine: Win11 x64 25h2 ENU
2. Install SDK 10.0.300
3. Add feed
4. Install Aspire.ProjectTemplates 13.4.0:
```
dotnet new install Aspire.ProjectTemplates::13.4.0 --force
```

**REPRO STEPS**

1. Open CMD and create an Aspire Starter App (ASP.NET Core/Blazor) project
```
dotnet new aspire-starter -o aspire01
cd aspire01/aspire01.AppHost
```
1. Run the app with `dotnet run`
1. Open the Dashboard URL in browser
1. Go to Settings, change language to Chinese
1. Go to Console page, then click the remove data button > click remove all telemetry
1. Wait a moment and observe

**ACTUAL**
The “No logs found” message is not localized.

Image

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.