5 writes to SentinelExists
Aspire.Cli.Tests (5)
Commands\RootCommandTests.cs (4)
82var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = false }; 104var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = true }; 126var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = false }; 148var sentinel = new TestFirstTimeUseNoticeSentinel { SentinelExists = false };
TestServices\TestFirstTimeUseNoticeSentinel.cs (1)
19SentinelExists = true;
2 references to SentinelExists
Aspire.Cli.Tests (2)
TestServices\TestFirstTimeUseNoticeSentinel.cs (2)
13public bool Exists() => SentinelExists; 17if (!SentinelExists)