2 writes to CliPath
Aspire.Hosting (2)
Dcp\DcpOptions.cs (2)
138options.CliPath = dcpPublisherConfiguration[nameof(options.CliPath)]; 147options.CliPath = GetMetadataValue(assemblyMetadata, DcpCliPathMetadataKey);
6 references to CliPath
Aspire.Hosting (6)
Dcp\DcpDependencyCheck.cs (1)
42var dcpPath = _dcpOptions.CliPath;
Dcp\DcpHost.cs (1)
171var dcpExePath = _dcpOptions.CliPath;
Dcp\DcpOptions.cs (4)
105if (string.IsNullOrEmpty(options.CliPath)) 135if (!string.IsNullOrEmpty(dcpPublisherConfiguration[nameof(options.CliPath)])) 138options.CliPath = dcpPublisherConfiguration[nameof(options.CliPath)]; 139if (Path.GetDirectoryName(options.CliPath) is string dcpDir && !string.IsNullOrEmpty(dcpDir))