1 write to Type
Aspire.Dashboard (1)
Model\ResourceTypeDetails.cs (1)
15Type = type;
26 references to Type
Aspire.Dashboard (3)
Model\ResourceTypeDetails.cs (3)
51return $"Type = {Type}, InstanceId = {InstanceId}, ReplicaSetName = {ReplicaSetName}"; 61if (Type != other.Type || InstanceId != other.InstanceId || ReplicaSetName != other.ReplicaSetName)
Aspire.Dashboard.Tests (23)
ConsoleLogsTests\CreateResourceSelectModelsTests.cs (6)
53Assert.Equal(OtlpApplicationType.ResourceGrouping, entry.Id.Type); 62Assert.Equal(OtlpApplicationType.Instance, entry.Id.Type); 71Assert.Equal(OtlpApplicationType.Instance, entry.Id.Type); 80Assert.Equal(OtlpApplicationType.Singleton, entry.Id.Type); 88Assert.Equal(OtlpApplicationType.Singleton, entry.Id.Type); 96Assert.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);