3 implementations of Exists
dotnet.Tests (1)
ConfigurerTests\GivenADotnetFirstTimeUseConfigurerWIthStateSetup.cs (1)
281
public bool
Exists
()
Microsoft.DotNet.Configurer (2)
AspNetCertificateSentinel.cs (1)
31
public bool
Exists
()
NoOpAspNetCertificateSentinel.cs (1)
8
public 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
();