2 instantiations of ContainerFileSystemCallbackAnnotation
Aspire.Hosting (2)
ContainerResourceBuilderExtensions.cs (2)
752
var annotation = new
ContainerFileSystemCallbackAnnotation
825
var annotation = new
ContainerFileSystemCallbackAnnotation
11 references to ContainerFileSystemCallbackAnnotation
Aspire.Hosting (5)
ApplicationModel\ContainerFileSystemCallbackAnnotation.cs (1)
113
/// Represents the context for a <see cref="
ContainerFileSystemCallbackAnnotation
"/> callback.
ContainerResourceBuilderExtensions.cs (2)
752
var
annotation = new ContainerFileSystemCallbackAnnotation
825
var
annotation = new ContainerFileSystemCallbackAnnotation
Dcp\DcpExecutor.cs (2)
1670
if (modelResource.TryGetAnnotationsOfType<
ContainerFileSystemCallbackAnnotation
>(out var createFileAnnotations))
1672
foreach (
var
a in createFileAnnotations)
Aspire.Hosting.PostgreSQL.Tests (6)
AddPostgresTests.cs (6)
384
var
createFile = container.Annotations.OfType<
ContainerFileSystemCallbackAnnotation
>().Single();
475
var
createServers = pgadmin.Annotations.OfType<
ContainerFileSystemCallbackAnnotation
>().Single();
546
var
createBookmarks = pgweb.Annotations.OfType<
ContainerFileSystemCallbackAnnotation
>().Single();