3 instantiations of ContainerFile
Aspire.Hosting.PostgreSQL (2)
PostgresBuilderExtensions.cs (2)
212
new
ContainerFile
491
bookmarkFiles.Add(new
ContainerFile
Aspire.Hosting.Tests (1)
DistributedApplicationTests.cs (1)
445
new
ContainerFile
9 references to ContainerFile
Aspire.Hosting (3)
ApplicationModel\ContainerFileSystemCallbackAnnotation.cs (1)
67
/// The contents of the directory to create in the container. Will create specified <see cref="
ContainerFile
"/> and <see cref="ContainerDirectory"/> entries in the directory.
Dcp\Model\Container.cs (2)
335
ContainerFile
=> ContainerFileSystemEntryType.File,
349
if (item is
ContainerFile
file)
Aspire.Hosting.PostgreSQL.Tests (6)
AddPostgresTests.cs (6)
484
var
serversFile = Assert.IsType<
ContainerFile
>(entries.First());
565
var
file = Assert.IsType<
ContainerFile
>(entry);
572
var
file = Assert.IsType<
ContainerFile
>(entry);