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