7 writes to DotNetSdkInstallerFactory
Aspire.Cli.Tests (7)
Commands\RestoreCommandTests.cs (1)
58options.DotNetSdkInstallerFactory = _ => new TestDotNetSdkInstaller
Commands\SdkInstallerTests.cs (6)
33options.DotNetSdkInstallerFactory = _ => new TestDotNetSdkInstaller 58options.DotNetSdkInstallerFactory = _ => new TestDotNetSdkInstaller 83options.DotNetSdkInstallerFactory = _ => new TestDotNetSdkInstaller 120options.DotNetSdkInstallerFactory = _ => new TestDotNetSdkInstaller 158options.DotNetSdkInstallerFactory = _ => new TestDotNetSdkInstaller 183options.DotNetSdkInstallerFactory = _ => new TestDotNetSdkInstaller
1 reference to DotNetSdkInstallerFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
159services.AddSingleton<IDotNetSdkInstaller>(options.DotNetSdkInstallerFactory);