3 instantiations of ContainerFile
Aspire.Hosting.PostgreSQL (2)
PostgresBuilderExtensions.cs (2)
212new ContainerFile 491bookmarkFiles.Add(new ContainerFile
Aspire.Hosting.Tests (1)
DistributedApplicationTests.cs (1)
445new 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)
335ContainerFile => ContainerFileSystemEntryType.File, 349if (item is ContainerFile file)
Aspire.Hosting.PostgreSQL.Tests (6)
AddPostgresTests.cs (6)
484var serversFile = Assert.IsType<ContainerFile>(entries.First()); 565var file = Assert.IsType<ContainerFile>(entry); 572var file = Assert.IsType<ContainerFile>(entry);