5 implementations of IPackageMetaPrefetchingCommand
aspire (4)
Commands\AgentInitCommand.cs (1)
22
internal sealed class AgentInitCommand : BaseCommand,
IPackageMetaPrefetchingCommand
Commands\InitCommand.cs (1)
26
internal sealed class InitCommand : BaseCommand,
IPackageMetaPrefetchingCommand
Commands\McpInitCommand.cs (1)
20
internal sealed class McpInitCommand : BaseCommand,
IPackageMetaPrefetchingCommand
Commands\NewCommand.cs (1)
24
internal sealed class NewCommand : BaseCommand,
IPackageMetaPrefetchingCommand
Aspire.Cli.Tests (1)
NuGet\NuGetPackagePrefetcherTests.cs (1)
116
internal sealed class TestCommandWithInterface : BaseCommand,
IPackageMetaPrefetchingCommand
5 references to IPackageMetaPrefetchingCommand
aspire (2)
NuGet\NuGetPackagePrefetcher.cs (2)
104
if (command is
IPackageMetaPrefetchingCommand
prefetchingCommand)
117
if (command is
IPackageMetaPrefetchingCommand
prefetchingCommand)
Aspire.Cli.Tests (3)
NuGet\NuGetPackagePrefetcherTests.cs (3)
56
Assert.True(typeof(
IPackageMetaPrefetchingCommand
).IsAssignableFrom(typeof(NewCommand)));
75
if (command is
IPackageMetaPrefetchingCommand
prefetchingCommand)
87
if (command is
IPackageMetaPrefetchingCommand
prefetchingCommand)