14 references to Instance
Aspire.Dashboard (2)
Model\Otlp\ApplicationsSelectHelpers.cs (1)
86if (type is OtlpApplicationType.Instance or OtlpApplicationType.Singleton)
Model\ResourceTypeDetails.cs (1)
46return new ResourceTypeDetails(OtlpApplicationType.Instance, instanceId, replicaSetName);
Aspire.Dashboard.Tests (12)
ConsoleLogsTests\CreateResourceSelectModelsTests.cs (2)
63Assert.Equal(OtlpApplicationType.Instance, entry.Id.Type); 72Assert.Equal(OtlpApplicationType.Instance, entry.Id.Type);
Model\ApplicationsSelectHelpersTests.cs (10)
40Assert.Equal(OtlpApplicationType.Instance, app.Id!.Type); 46Assert.Equal(OtlpApplicationType.Instance, app.Id!.Type); 61Assert.Equal(OtlpApplicationType.Instance, app.Id!.Type); 84Assert.Equal(OtlpApplicationType.Instance, app.Id!.Type); 90Assert.Equal(OtlpApplicationType.Instance, app.Id!.Type); 102Assert.Equal(OtlpApplicationType.Instance, app.Id!.Type); 150Assert.Equal(OtlpApplicationType.Instance, app.Id!.Type); 156Assert.Equal(OtlpApplicationType.Instance, app.Id!.Type); 187Assert.Equal(OtlpApplicationType.Instance, app.Id!.Type); 193Assert.Equal(OtlpApplicationType.Instance, app.Id!.Type);