7 references to WithParameter
Aspire.Hosting.Azure.Tests (6)
AzureBicepResourceTests.cs (1)
180.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)
Program.cs (1)
16.WithParameter("values", ["one", "two"]);