3 references to TryWriteStringArray
Aspire.Hosting.Dapr (3)
DaprDistributedApplicationLifecycleHook.cs (3)
235context.Writer.TryWriteStringArray("command", sidecarOptions?.Command); 236context.Writer.TryWriteStringArray("components", componentReferenceAnnotations.Select(componentReferenceAnnotation => componentReferenceAnnotation.Component.Name)); 250context.Writer.TryWriteStringArray("resourcesPath", sidecarOptions?.ResourcesPaths.Select(path => context.GetManifestRelativePath(path)));