1 write to ReplicaId
Aspire.Hosting (1)
ApplicationModel\TerminalHostLayout.cs (1)
40
ReplicaId
= replicaId;
12 references to ReplicaId
Aspire.Hosting.Tests (12)
WithTerminalTests.cs (12)
434
Assert.Equal(host.Layout.
ReplicaId
, root.GetProperty("replicaId").GetString());
1140
Assert.NotEmpty(hosts[i].Layout.
ReplicaId
);
1141
Assert.StartsWith(hosts[i].Layout.
ReplicaId
+ ".", Path.GetFileName(hosts[i].Layout.ProducerUdsPath));
1142
Assert.StartsWith(hosts[i].Layout.
ReplicaId
+ ".", Path.GetFileName(hosts[i].Layout.ConsumerUdsPath));
1194
Assert.StartsWith(host.Layout.
ReplicaId
+ ".", Path.GetFileName(host.Layout.ProducerUdsPath));
1195
Assert.StartsWith(host.Layout.
ReplicaId
+ ".", Path.GetFileName(host.Layout.ConsumerUdsPath));
1196
Assert.StartsWith(host.Layout.
ReplicaId
+ ".", Path.GetFileName(host.Layout.ControlUdsPath));
1197
Assert.StartsWith(host.Layout.
ReplicaId
+ ".", Path.GetFileName(host.Layout.MetadataPath));
1201
Assert.True(seenReplicaIds.Add(host.Layout.
ReplicaId
), $"Duplicate replica id '{host.Layout.
ReplicaId
}'.");
1212
firstResource.Resource.Annotations.OfType<TerminalAnnotation>().Single().TerminalHosts).Layout.
ReplicaId
;
1218
secondResource.Resource.Annotations.OfType<TerminalAnnotation>().Single().TerminalHosts).Layout.
ReplicaId
;