Skip to content

Add browser debugging support and fix duplicate 'run' in node debugger

58fc980
Select commit
Loading
Failed to load commit list.
Closed

Minimal JavaScript debugging support modeled after Python implementation #15067

Add browser debugging support and fix duplicate 'run' in node debugger
58fc980
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Mar 9, 2026 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Build Failures

dotnet.aspire / Build / Windows / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Aspire.Hosting\Dcp\Model\ExecutableLaunchConfiguration.cs(33,16): error CA1852: Type 'ProjectLaunchConfiguration' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)

dotnet.aspire / Build / Linux / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/Aspire.Hosting/Dcp/Model/ExecutableLaunchConfiguration.cs(33,16): error CA1852: Type 'ProjectLaunchConfiguration' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)

Was this helpful? Yes No