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