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