3 writes to Type
Aspire.Hosting (3)
Dcp\DcpExecutor.cs (2)
2454Type = ContainerFileSystemEntryType.OpenSSL, 2472Type = ContainerFileSystemEntryType.Directory,
Dcp\Model\Container.cs (1)
350Type = type,
6 references to Type
Aspire.Hosting (2)
Dcp\Model\Container.cs (2)
422return Type == other.Type
Aspire.Hosting.Tests (4)
DistributedApplicationTests.cs (4)
773Assert.Equal(ContainerFileSystemEntryType.File, bundle.Type); 782Assert.Equal(ContainerFileSystemEntryType.Directory, dir.Type); 789return cert.Type == ContainerFileSystemEntryType.OpenSSL && string.Equals(cert.Name, devCert.Thumbprint + ".pem", StringComparison.Ordinal) && string.Equals(cert.Contents, devCert.ExportCertificatePem(), StringComparison.Ordinal); 815Assert.Equal(ContainerFileSystemEntryType.File, bundle.Type);