4 references to JS
Aspire.Dashboard (4)
Components\Layout\ResourceServiceConnectionProvider.cs (4)
38await JS.InvokeVoidAsync("registerResourceServiceConnectionProvider", _dotNetRef); 70await JS.InvokeVoidAsync("updateResourceServiceConnectionState", "connected", false); 75await JS.InvokeVoidAsync("updateResourceServiceConnectionState", "unsupported", false, DashboardClient.ApplicationName, DashboardClient.MinRequiredVersion); 81await JS.InvokeVoidAsync("updateResourceServiceConnectionState", "disconnected", showRetry);