1 write to NotifyWasCalled
Aspire.Cli.Tests (1)
TestServices\TestCliUpdateNotifier.cs (1)
21NotifyWasCalled = true;
2 references to NotifyWasCalled
Aspire.Cli.Tests (2)
Commands\RunCommandTests.cs (2)
108Assert.False(testNotifier.NotifyWasCalled, "Update notification should not be shown when --detach is used"); 129Assert.True(testNotifier.NotifyWasCalled, "Update notification should be shown when --detach is not used");