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