13 writes to SentinelExists
Aspire.Cli.Tests (13)
Commands\RootCommandTests.cs (12)
81var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = false }; 104var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = true }; 126var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = false }; 148var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = false }; 178var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = true }; // Not first run 232var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = false }; 257var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = false }; 280var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = true }; // Not first run 305var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = false }; 329var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = false }; 354var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = false }; 375var 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)