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