2 writes to BinPath
Aspire.Hosting (2)
Dcp\DcpOptions.cs (2)
123options.BinPath = Path.Combine(options.ExtensionsPath, "bin"); 130options.BinPath = GetMetadataValue(assemblyMetadata, DcpBinPathMetadataKey);
2 references to BinPath
Aspire.Hosting (2)
Dcp\DcpHostService.cs (2)
191if (!string.IsNullOrEmpty(_dcpOptions.BinPath)) 193dcpProcessSpec.EnvironmentVariables.Add("DCP_BIN_PATH", _dcpOptions.BinPath);