2 references to DashboardConfigFilePath
aspire (2)
Commands\DashboardRunCommand.cs (1)
198
AddStringOptionArg(parseResult, args, unmatchedTokens, environment, s_configFilePathOption, KnownConfigNames.
DashboardConfigFilePath
, defaultValue: null);
src\Shared\DashboardConfigNames.cs (1)
13
public static readonly ConfigName DashboardConfigFilePathName = new(KnownConfigNames.
DashboardConfigFilePath
);