2 writes to CliPath
Aspire.Hosting (2)
Dcp\DcpOptions.cs (2)
119options.CliPath = dcpPublisherConfiguration[nameof(options.CliPath)]; 128options.CliPath = GetMetadataValue(assemblyMetadata, DcpCliPathMetadataKey);
6 references to CliPath
Aspire.Hosting (6)
Dcp\DcpDependencyCheck.cs (1)
45var dcpPath = _dcpOptions.CliPath;
Dcp\DcpHostService.cs (1)
153var dcpExePath = _dcpOptions.CliPath;
Dcp\DcpOptions.cs (4)
86if (string.IsNullOrEmpty(options.CliPath)) 116if (!string.IsNullOrEmpty(dcpPublisherConfiguration[nameof(options.CliPath)])) 119options.CliPath = dcpPublisherConfiguration[nameof(options.CliPath)]; 120if (Path.GetDirectoryName(options.CliPath) is string dcpDir && !string.IsNullOrEmpty(dcpDir))