2 writes to _integrationLibsPath
aspire (2)
Projects\PrebuiltAppHostServer.cs (2)
125
_integrationLibsPath
= await BuildIntegrationProjectAsync(
131
_integrationLibsPath
= await RestoreNuGetPackagesAsync(
5 references to _integrationLibsPath
aspire (5)
Projects\PrebuiltAppHostServer.cs (5)
137
var projectRefAssemblyNames =
_integrationLibsPath
is not null
138
? await ReadProjectRefAssemblyNamesAsync(
_integrationLibsPath
, cancellationToken)
441
if (
_integrationLibsPath
is not null)
443
_logger.LogDebug("Setting ASPIRE_INTEGRATION_LIBS_PATH to {Path}",
_integrationLibsPath
);
444
startInfo.Environment["ASPIRE_INTEGRATION_LIBS_PATH"] =
_integrationLibsPath
;