6 references to ManagedPathEnvVar
aspire (4)
Layout\LayoutDiscovery.cs (3)
123LayoutComponent.Managed => _environment.GetEnvironmentVariable(BundleDiscovery.ManagedPathEnvVar), 335if (!string.IsNullOrEmpty(_environment.GetEnvironmentVariable(BundleDiscovery.ManagedPathEnvVar))) 337_logger.LogDebug("Managed path override from {EnvVar}", BundleDiscovery.ManagedPathEnvVar);
Profiling\ProfileCaptureService.cs (1)
184if (configuration[BundleDiscovery.ManagedPathEnvVar] is { Length: > 0 } managedPath)
Aspire.Cli.Tests (2)
ProfileCaptureServiceTests.cs (2)
87[InlineData(BundleDiscovery.ManagedPathEnvVar, false)] 88[InlineData(BundleDiscovery.ManagedPathEnvVar, true)]