3 references to GetResources
aspire (3)
Backchannel\ResourceSnapshotWatcher.cs (1)
29/// Gets a value indicating whether hidden resources are included by default in <see cref="GetResources()"/>.
Commands\DescribeCommand.cs (1)
188return CommandResult.FromExitCode(ExecuteSnapshot(resourceWatcher.GetResources().ToList(), dashboardBaseUrl, resourceName, format, includeDisabledCommands));
Commands\LogsCommand.cs (1)
190if (!resourceWatcher.GetResources().Any())