3 references to Run
Aspire.Dashboard (1)
Program.cs (1)
7
return app.
Run
();
Aspire.Dashboard.Tests (2)
Integration\StartupTests.cs (2)
1093
exitCode = app.
Run
();
1112
var exitCode = app.
Run
();