6 references to ManagedPathEnvVar
aspire (4)
Layout\LayoutDiscovery.cs (3)
123
LayoutComponent.Managed => _environment.GetEnvironmentVariable(BundleDiscovery.
ManagedPathEnvVar
),
325
if (!string.IsNullOrEmpty(_environment.GetEnvironmentVariable(BundleDiscovery.
ManagedPathEnvVar
)))
327
_logger.LogDebug("Managed path override from {EnvVar}", BundleDiscovery.
ManagedPathEnvVar
);
Profiling\ProfileCaptureService.cs (1)
180
if (configuration[BundleDiscovery.
ManagedPathEnvVar
] is { Length: > 0 } managedPath)
Aspire.Cli.Tests (2)
ProfileCaptureServiceTests.cs (2)
467
CreateConfiguration((BundleDiscovery.
ManagedPathEnvVar
, managedDirectory.FullName)));
481
(BundleDiscovery.
ManagedPathEnvVar
, missingPath)));