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