Skip to content

Commit 410d650

Browse files
Copilotmitchdenny
andauthored
Remove deprecated parameterless GetDashboardUrlsAsync method from AppHostRpcTarget (#10453)
* Initial plan * Remove deprecated parameterless GetDashboardUrlsAsync method Co-authored-by: mitchdenny <513398+mitchdenny@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: mitchdenny <513398+mitchdenny@users.noreply.github.com> Co-authored-by: Mitch Denny <midenn@microsoft.com>
1 parent 47881fc commit 410d650

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Aspire.Hosting/Backchannel/AppHostRpcTarget.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,6 @@ public Task RequestStopAsync(CancellationToken cancellationToken)
110110
return Task.CompletedTask;
111111
}
112112

113-
public Task<DashboardUrlsState> GetDashboardUrlsAsync()
114-
{
115-
return GetDashboardUrlsAsync(CancellationToken.None);
116-
}
117-
118113
public async Task<DashboardUrlsState> GetDashboardUrlsAsync(CancellationToken cancellationToken)
119114
{
120115
if (!options.DashboardEnabled)

0 commit comments

Comments
 (0)