13 writes to SentinelExists
Aspire.Cli.Tests (13)
Commands\RootCommandTests.cs (12)
81
var sentinel = new TestFirstTimeUseNoticeSentinel {
SentinelExists
= false };
103
var sentinel = new TestFirstTimeUseNoticeSentinel {
SentinelExists
= true };
125
var sentinel = new TestFirstTimeUseNoticeSentinel {
SentinelExists
= false };
147
var sentinel = new TestFirstTimeUseNoticeSentinel {
SentinelExists
= false };
177
var sentinel = new TestFirstTimeUseNoticeSentinel {
SentinelExists
= true }; // Not first run
231
var sentinel = new TestFirstTimeUseNoticeSentinel {
SentinelExists
= false };
256
var sentinel = new TestFirstTimeUseNoticeSentinel {
SentinelExists
= false };
278
var sentinel = new TestFirstTimeUseNoticeSentinel {
SentinelExists
= true }; // Not first run
303
var sentinel = new TestFirstTimeUseNoticeSentinel {
SentinelExists
= false };
327
var sentinel = new TestFirstTimeUseNoticeSentinel {
SentinelExists
= false };
351
var sentinel = new TestFirstTimeUseNoticeSentinel {
SentinelExists
= false };
372
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
)