2 references to GetDebugSupportedResourceTypes
Aspire.Hosting (2)
Dcp\DcpExecutor.cs (2)
968&& (supportsDebuggingAnnotation.RequiredExtensionId is null || GetDebugSupportedResourceTypes()?.Contains(supportsDebuggingAnnotation.RequiredExtensionId) is true)) 1030if (!string.IsNullOrEmpty(_configuration[DebugSessionPortVar]) && GetDebugSupportedResourceTypes()?.Contains("project") is not false)