9 references to Prop
Aspire.Hosting.Azure (2)
Provisioning\Provisioners\BicepProvisioner.cs (2)
71
resource.Outputs[item.Key] = item.Value?.
Prop
("value")?.ToString();
269
resource.Outputs[item.Key] = item.Value?.
Prop
("value")?.ToString();
Aspire.Hosting.Azure.Tests (7)
JsonExtensionsTests.cs (7)
15
var azureNode = rootJson.
Prop
("Azure");
19
var retrievedNode = rootJson.
Prop
("Azure");
33
var newNode = rootJson.
Prop
("NewProperty");
47
var deeply = rootJson.
Prop
("Level1")
48
.
Prop
("Level2")
49
.
Prop
("Level3")
50
.
Prop
("Level4");