13 writes to SentinelExists
Aspire.Cli.Tests (13)
Commands\RootCommandTests.cs (12)
81var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = false }; 103var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = true }; 125var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = false }; 147var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = false }; 177var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = true }; // Not first run 231var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = false }; 256var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = false }; 278var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = true }; // Not first run 303var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = false }; 327var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = false }; 351var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = false }; 372var 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)