6 writes to ArgumentValues
Aspire.Hosting (2)
Ats\ResourceCommandExports.cs (1)
70ArgumentValues = arguments,
Dashboard\DashboardServiceData.cs (1)
136ArgumentValues = options.ArgumentValues,
Aspire.Hosting.Tests (4)
ResourceCommandServiceTests.cs (4)
1029ArgumentValues = new Dictionary<string, string?> 1119ArgumentValues = new Dictionary<string, string?> 1194ArgumentValues = new Dictionary<string, string?> 1245ArgumentValues = new Dictionary<string, string?> { ["selecter"] = "#submit" },
1 reference to ArgumentValues
Aspire.Hosting (1)
ApplicationModel\ResourceCommandService.cs (1)
510var result = CreateCommandArguments(resourceEvent.ResourceId, commandName, options.ArgumentValues);