2 implementations of IPackageMetaPrefetchingCommand
aspire (1)
Commands\NewCommand.cs (1)
21internal sealed class NewCommand : BaseCommand, IPackageMetaPrefetchingCommand
Aspire.Cli.Tests (1)
NuGet\NuGetPackagePrefetcherTests.cs (1)
115internal sealed class TestCommandWithInterface : BaseCommand, IPackageMetaPrefetchingCommand
5 references to IPackageMetaPrefetchingCommand
aspire (2)
NuGet\NuGetPackagePrefetcher.cs (2)
93if (command is IPackageMetaPrefetchingCommand prefetchingCommand) 106if (command is IPackageMetaPrefetchingCommand prefetchingCommand)
Aspire.Cli.Tests (3)
NuGet\NuGetPackagePrefetcherTests.cs (3)
55Assert.True(typeof(IPackageMetaPrefetchingCommand).IsAssignableFrom(typeof(NewCommand))); 74if (command is IPackageMetaPrefetchingCommand prefetchingCommand) 86if (command is IPackageMetaPrefetchingCommand prefetchingCommand)