1 write to Type
Aspire.Dashboard (1)
Model\ResourceTypeDetails.cs (1)
15Type = type;
24 references to Type
Aspire.Dashboard (1)
Model\ResourceTypeDetails.cs (1)
51return $"Type = {Type}, InstanceId = {InstanceId}, ReplicaSetName = {ReplicaSetName}";
Aspire.Dashboard.Tests (23)
ConsoleLogsTests\CreateResourceSelectModelsTests.cs (6)
54Assert.Equal(OtlpApplicationType.ResourceGrouping, entry.Id.Type); 63Assert.Equal(OtlpApplicationType.Instance, entry.Id.Type); 72Assert.Equal(OtlpApplicationType.Instance, entry.Id.Type); 81Assert.Equal(OtlpApplicationType.Singleton, entry.Id.Type); 89Assert.Equal(OtlpApplicationType.Singleton, entry.Id.Type); 97Assert.Equal(OtlpApplicationType.Singleton, entry.Id.Type);
Model\ApplicationsSelectHelpersTests.cs (17)
34Assert.Equal(OtlpApplicationType.ResourceGrouping, app.Id!.Type); 40Assert.Equal(OtlpApplicationType.Instance, app.Id!.Type); 46Assert.Equal(OtlpApplicationType.Instance, app.Id!.Type); 52Assert.Equal(OtlpApplicationType.Singleton, app.Id!.Type); 61Assert.Equal(OtlpApplicationType.Instance, app.Id!.Type); 78Assert.Equal(OtlpApplicationType.ResourceGrouping, app.Id!.Type); 84Assert.Equal(OtlpApplicationType.Instance, app.Id!.Type); 90Assert.Equal(OtlpApplicationType.Instance, app.Id!.Type); 102Assert.Equal(OtlpApplicationType.Instance, app.Id!.Type); 126Assert.Equal(OtlpApplicationType.Singleton, app.Id!.Type); 144Assert.Equal(OtlpApplicationType.ResourceGrouping, app.Id!.Type); 150Assert.Equal(OtlpApplicationType.Instance, app.Id!.Type); 156Assert.Equal(OtlpApplicationType.Instance, app.Id!.Type); 181Assert.Equal(OtlpApplicationType.ResourceGrouping, app.Id!.Type); 187Assert.Equal(OtlpApplicationType.Instance, app.Id!.Type); 193Assert.Equal(OtlpApplicationType.Instance, app.Id!.Type); 202Assert.Equal(OtlpApplicationType.ResourceGrouping, app.Id!.Type);