7 references to WithParameter
Aspire.Hosting.Azure.Tests (6)
AzureBicepProvisionerTests.cs (5)
52
.
WithParameter
("age", () => 20)
101
.
WithParameter
("age", () => 20)
107
.
WithParameter
("age", () => 20)
159
.
WithParameter
("age", () => 20)
164
.
WithParameter
("age", () => 20)
AzureBicepResourceTests.cs (1)
184
.
WithParameter
("param6", () => b2.GetOutput("value2"));
BicepSample.AppHost (1)
Program.cs (1)
15
.
WithParameter
("p2", () => new BicepOutputReference("val0", temp00!))