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