7 references to WithParameter
Aspire.Hosting.Azure.Tests (6)
AzureBicepProvisionerTests.cs (5)
53
.
WithParameter
("values", ["a", "b", "c"])
102
.
WithParameter
("values", ["a", "b", "c"])
108
.
WithParameter
("values", ["a", "b", "c"])
160
.
WithParameter
("values", ["a", "b", "c"]);
165
.
WithParameter
("values", ["a", "b", "c"])
AzureBicepResourceTests.cs (1)
180
.
WithParameter
("param2", ["1", "2"])
BicepSample.AppHost (1)
Program.cs (1)
16
.
WithParameter
("values", ["one", "two"]);