8 references to WithParameter
Aspire.Hosting.Azure (1)
AzureBicepResourceExtensions.cs (1)
161IEnumerable<string> stringValues => builder.WithParameter(name, stringValues),
Aspire.Hosting.Azure.Tests (6)
AzureBicepResourceTests.cs (1)
183.WithParameter("param2", ["1", "2"])
BicepUtilitiesTests.cs (5)
51.WithParameter("values", ["a", "b", "c"]) 100.WithParameter("values", ["a", "b", "c"]) 106.WithParameter("values", ["a", "b", "c"]) 128.WithParameter("values", ["a", "b", "c"]); 133.WithParameter("values", ["a", "b", "c"])
BicepSample.AppHost (1)
AppHost.cs (1)
19.WithParameter("values", ["one", "two"]);