4 instantiations of TestCliUpdateNotifier
Aspire.Cli.Tests (4)
Commands\RunCommandTests.cs (2)
95var testNotifier = new TestCliUpdateNotifier(); 116var testNotifier = new TestCliUpdateNotifier();
Commands\UpdateCommandTests.cs (2)
265options.CliUpdateNotifierFactory = _ => new TestCliUpdateNotifier() 336options.CliUpdateNotifierFactory = _ => new TestCliUpdateNotifier()
2 references to TestCliUpdateNotifier
Aspire.Cli.Tests (2)
Commands\RunCommandTests.cs (2)
95var testNotifier = new TestCliUpdateNotifier(); 116var testNotifier = new TestCliUpdateNotifier();