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