3 implementations of Exists
dotnet.Tests (1)
ConfigurerTests\GivenADotnetFirstTimeUseConfigurerWIthStateSetup.cs (1)
281public bool Exists()
Microsoft.DotNet.Configurer (2)
AspNetCertificateSentinel.cs (1)
31public bool Exists()
NoOpAspNetCertificateSentinel.cs (1)
8public bool Exists()
4 references to Exists
dotnet.Tests (3)
ConfigurerTests\GivenADotnetFirstTimeUseConfigurer.cs (3)
139_aspNetCertificateSentinelMock.Setup(n => n.Exists()).Returns(true); 165_aspNetCertificateSentinelMock.Setup(n => n.Exists()).Returns(false); 191_aspNetCertificateSentinelMock.Setup(n => n.Exists()).Returns(false);
Microsoft.DotNet.Configurer (1)
DotnetFirstTimeUseConfigurer.cs (1)
109_dotnetFirstRunConfiguration.GenerateAspNetCertificate && !_aspNetCertificateSentinel.Exists();