1 implementation of Options
Aspire.Hosting.Dapr (1)
DaprComponentResource.cs (1)
27public DaprComponentOptions? Options { get; init; }
2 references to Options
Aspire.Hosting.Dapr (2)
DaprDistributedApplicationLifecycleHook.cs (2)
77if (componentReferenceAnnotation.Component.Options?.LocalPath is not null) 79var localPathDirectory = Path.GetDirectoryName(NormalizePath(componentReferenceAnnotation.Component.Options.LocalPath));