12 writes to Properties
Aspire.Cli.Tests (12)
Backchannel\ResourceSnapshotMapperTests.cs (1)
342
Properties
= new Dictionary<string, JsonNode?>
Commands\DescribeCommandTests.cs (1)
736
Properties
= new Dictionary<string, JsonNode?>
Mcp\ExcludeFromMcpTests.cs (10)
31
Properties
= []
43
Properties
= new Dictionary<string, JsonNode?>
58
Properties
= new Dictionary<string, JsonNode?>
73
Properties
= new Dictionary<string, JsonNode?>
88
Properties
= new Dictionary<string, JsonNode?>
118
Properties
= new Dictionary<string, JsonNode?>
151
Properties
= new Dictionary<string, JsonNode?>
183
Properties
= new Dictionary<string, JsonNode?>
255
Properties
= new Dictionary<string, JsonNode?>
449
Properties
= new Dictionary<string, JsonNode?>
5 references to Properties
aspire (4)
Backchannel\ResourceSnapshotMapper.cs (3)
87
var properties = snapshot.
Properties
.OrderBy(p => p.Key).ToDistinctDictionary(
134
var stringProperties = snapshot.
Properties
.OrderBy(p => p.Key).ToDistinctDictionary(
176
snapshot.
Properties
.TryGetValue(KnownProperties.Resource.WaitingFor, out var waitingForProperty) &&
Mcp\Tools\McpToolHelpers.cs (1)
125
if (snapshot.
Properties
.TryGetValue(KnownProperties.Resource.ExcludeFromMcp, out var value) && value is not null)
Aspire.Cli.Tests (1)
Backchannel\ResourceSnapshotMapperTests.cs (1)
30
var pid = Assert.IsAssignableFrom<JsonValue>(snapshot.
Properties
["executable.pid"]);