3 references to Create
Aspire.Dashboard (2)
Model\ResourceTypeDetails.cs (1)
35
return ApplicationKey.
Create
(name: ReplicaSetName, instanceId: InstanceId);
Otlp\Storage\TelemetryRepository.cs (1)
1085
var appKey = ApplicationKey.
Create
(name: uninstrumentedPeer.DisplayName, instanceId: uninstrumentedPeer.Name);
Aspire.Dashboard.Tests (1)
TelemetryRepositoryTests\ApplicationKeyTests.cs (1)
18
var key = ApplicationKey.
Create
(name, instanceId);