2 implementations of Exists
aspire (1)
Utils\FirstTimeUseNoticeSentinel.cs (1)
25
public bool
Exists
()
Aspire.Cli.Tests (1)
TestServices\TestFirstTimeUseNoticeSentinel.cs (1)
13
public bool
Exists
() => SentinelExists;
1 reference to Exists
aspire (1)
Program.cs (1)
494
var isFirstRun = !sentinel.
Exists
();