You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:"No configuration profiles are currently registered.";
682
+
varsupportedProfiles=_configurationProfile
683
+
.Select(p =>p.Name)
684
+
.ToList();
685
685
686
-
ColoredConsole.WriteLine(WarningColor($"Configuration profile '{ConfigurationProfile}' is not supported. {supportedMessage}"));
686
+
ColoredConsole.WriteLine(WarningColor($"Configuration profile '{ConfigurationProfile}' is not supported. Supported values: {string.Join(", ",supportedProfiles)}"));
0 commit comments