We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47881fc commit 410d650Copy full SHA for 410d650
src/Aspire.Hosting/Backchannel/AppHostRpcTarget.cs
@@ -110,11 +110,6 @@ public Task RequestStopAsync(CancellationToken cancellationToken)
110
return Task.CompletedTask;
111
}
112
113
- public Task<DashboardUrlsState> GetDashboardUrlsAsync()
114
- {
115
- return GetDashboardUrlsAsync(CancellationToken.None);
116
- }
117
-
118
public async Task<DashboardUrlsState> GetDashboardUrlsAsync(CancellationToken cancellationToken)
119
{
120
if (!options.DashboardEnabled)
0 commit comments