2 writes to CliPath
Aspire.Hosting (2)
Dcp\DcpOptions.cs (2)
132options.CliPath = dcpPublisherConfiguration[nameof(options.CliPath)]; 141options.CliPath = GetMetadataValue(assemblyMetadata, DcpCliPathMetadataKey);
6 references to CliPath
Aspire.Hosting (6)
Dcp\DcpDependencyCheck.cs (1)
41var dcpPath = _dcpOptions.CliPath;
Dcp\DcpHost.cs (1)
167var dcpExePath = _dcpOptions.CliPath;
Dcp\DcpOptions.cs (4)
99if (string.IsNullOrEmpty(options.CliPath)) 129if (!string.IsNullOrEmpty(dcpPublisherConfiguration[nameof(options.CliPath)])) 132options.CliPath = dcpPublisherConfiguration[nameof(options.CliPath)]; 133if (Path.GetDirectoryName(options.CliPath) is string dcpDir && !string.IsNullOrEmpty(dcpDir))