4 references to SENTINEL
dotnet.Tests (3)
ConfigurerTests\GivenAFirstTimeUseNoticeSentinel.cs (3)
26
FirstTimeUseNoticeSentinel.
SENTINEL
.Should().Contain($"{Product.Version}");
32
_fileSystemMockBuilder.AddFiles(DOTNET_USER_PROFILE_FOLDER_PATH, FirstTimeUseNoticeSentinel.
SENTINEL
);
77
var sentinel = Path.Combine(DOTNET_USER_PROFILE_FOLDER_PATH, FirstTimeUseNoticeSentinel.
SENTINEL
);
Microsoft.DotNet.Configurer (1)
FirstTimeUseNoticeSentinel.cs (1)
16
private string SentinelPath => Path.Combine(_dotnetUserProfileFolderPath,
SENTINEL
);