9 references to Managed
aspire (3)
Layout\LayoutConfiguration.cs (2)
70LayoutComponent.Managed => Components.Managed, 88var managedDir = GetComponentPath(LayoutComponent.Managed);
Layout\LayoutDiscovery.cs (1)
123LayoutComponent.Managed => _environment.GetEnvironmentVariable(BundleDiscovery.ManagedPathEnvVar),
Aspire.Cli.Tests (6)
BundleServiceIntegrationTests.cs (1)
818LayoutComponent.Managed => Path.Combine(bundleDir, BundleDiscovery.ManagedDirectoryName,
Layout\LayoutConfigurationTests.cs (5)
16Assert.Equal(2, (int)LayoutComponent.Managed); 39[InlineData(true, false, true, LayoutComponent.Managed)] 41[InlineData(false, true, true, LayoutComponent.Managed)] 43[InlineData(false, false, true, LayoutComponent.Managed)] 65LayoutComponent.Managed => managedPath,