9 references to Managed
aspire (3)
Layout\LayoutConfiguration.cs (2)
70
LayoutComponent.
Managed
=> Components.Managed,
88
var managedDir = GetComponentPath(LayoutComponent.
Managed
);
Layout\LayoutDiscovery.cs (1)
123
LayoutComponent.
Managed
=> _environment.GetEnvironmentVariable(BundleDiscovery.ManagedPathEnvVar),
Aspire.Cli.Tests (6)
BundleServiceIntegrationTests.cs (1)
818
LayoutComponent.
Managed
=> Path.Combine(bundleDir, BundleDiscovery.ManagedDirectoryName,
Layout\LayoutConfigurationTests.cs (5)
16
Assert.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
)]
65
LayoutComponent.
Managed
=> managedPath,