17 writes to SentinelExists
Aspire.Cli.Tests (17)
Commands\RootCommandTests.cs (16)
150var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = true }; 332var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = false }; 355var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = true }; 377var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = false }; 399var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = false }; 429var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = true }; // Not first run 485var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = false }; 511var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = false }; 534var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = true }; // Not first run 559var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = false }; 583var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = false }; 613var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = false }; 637var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = false }; 658var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = true }; 679var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = false }; 703var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = true }; // Not first run
TestServices\TestFirstTimeUseNoticeSentinel.cs (1)
19SentinelExists = true;
2 references to SentinelExists
Aspire.Cli.Tests (2)
TestServices\TestFirstTimeUseNoticeSentinel.cs (2)
13public bool Exists() => SentinelExists; 17if (!SentinelExists)