Base:
3 references to ToString
Microsoft.TemplateEngine.Edge (3)
Constraints\SdkVersionConstraintFactory.cs (3)
60if (supportedSdk.CheckIfVersionIsValid(_currentSdkVersion.ToString())) 69supportedSdks.Any(supported => supported.CheckIfVersionIsValid(installed.ToString()))))); 73string.Format(LocalizableStrings.SdkConstraint_Message_Restricted, _currentSdkVersion.ToString(), supportedSdks.ToCsvString()),