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