2 writes to BinPath
Aspire.Hosting (2)
Dcp\DcpOptions.cs (2)
136options.BinPath = Path.Combine(options.ExtensionsPath, "bin"); 143options.BinPath = GetMetadataValue(assemblyMetadata, DcpBinPathMetadataKey);
2 references to BinPath
Aspire.Hosting (2)
Dcp\DcpHost.cs (2)
195if (!string.IsNullOrEmpty(_dcpOptions.BinPath)) 197dcpProcessSpec.EnvironmentVariables.Add("DCP_BIN_PATH", _dcpOptions.BinPath);