3 writes to ExtensionsPath
Aspire.Hosting (3)
Dcp\DcpOptions.cs (3)
159
options.
ExtensionsPath
= Path.Combine(configDcpPath, "ext");
167
options.
ExtensionsPath
= Path.Combine(dcpDir, "ext");
174
options.
ExtensionsPath
= GetMetadataValue(assemblyMetadata, DcpExtensionsPathMetadataKey);
2 references to ExtensionsPath
Aspire.Hosting (2)
Dcp\DcpHost.cs (2)
198
if (!string.IsNullOrEmpty(_dcpOptions.
ExtensionsPath
))
200
dcpProcessSpec.EnvironmentVariables.Add("DCP_EXTENSIONS_PATH", _dcpOptions.
ExtensionsPath
);