ContainerFileSystemCallbackContext
Class sealed net10.0
Represents the context for a
ContainerFileSystemCallbackAnnotation callback. namespace Aspire.Hosting.ApplicationModel;
public sealed class ContainerFileSystemCallbackContext{ // ...}Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesHttpsCertificateContextget; setexperimental The path to the server authentication certificate file inside the container.
Modelget; init The app model resource the callback is associated with.
ServiceProviderget; initIServiceProvider A
IServiceProvider that can be used to resolve services in the callback.