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