5 writes to SentinelExists
Aspire.Cli.Tests (5)
Commands\RootCommandTests.cs (4)
82
var sentinel = new TestFirstTimeUseNoticeSentinel {
SentinelExists
= false };
104
var sentinel = new TestFirstTimeUseNoticeSentinel {
SentinelExists
= true };
126
var sentinel = new TestFirstTimeUseNoticeSentinel {
SentinelExists
= false };
148
var sentinel = new TestFirstTimeUseNoticeSentinel {
SentinelExists
= false };
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
)