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
vargroupBy=newOption<SummaryGroupBy?>(_groupByOptionName,"Specifies how the information should be grouped in the summary. Available options: `url` (default), `messageType`.")
input.ErrorMessage=$"{input.Tokens[0].Value} is not a valid option to group by. Allowed values are: {string.Join(", ",Enum.GetNames<SummaryGroupBy>())}";
0 commit comments