2 instantiations of ContainerFileSystemCallbackContext
Aspire.Hosting.PostgreSQL.Tests (2)
AddPostgresTests.cs (2)
482var entries = await createServers.Callback(new() { Model = pgadmin, ServiceProvider = app.Services }, CancellationToken.None); 553var entries = await createBookmarks.Callback(new() { Model = pgweb, ServiceProvider = app.Services }, CancellationToken.None);
1 reference to ContainerFileSystemCallbackContext
Aspire.Hosting (1)
ContainerResourceBuilderExtensions.cs (1)
817public static IResourceBuilder<T> WithContainerFiles<T>(this IResourceBuilder<T> builder, string destinationPath, Func<ContainerFileSystemCallbackContext, CancellationToken, Task<IEnumerable<ContainerFileSystemItem>>> callback, int? defaultOwner = null, int? defaultGroup = null, UnixFileMode? umask = null) where T : ContainerResource