9 writes to TargetPlatformVersion
Microsoft.Build.Tasks.UnitTests (9)
GetInstalledSDKLocations_Tests.cs (9)
173
t.
TargetPlatformVersion
= null;
187
t.
TargetPlatformVersion
= "1.0";
200
t.
TargetPlatformVersion
= "1.0";
218
t.
TargetPlatformVersion
= String.Empty;
237
t.
TargetPlatformVersion
= "CAT";
256
t.
TargetPlatformVersion
= "1.0";
278
t.
TargetPlatformVersion
= new Version(int.MaxValue, int.MaxValue, int.MaxValue, int.MaxValue).ToString();
325
t.
TargetPlatformVersion
= new Version(int.MaxValue, int.MaxValue, int.MaxValue, int.MaxValue).ToString();
399
t.
TargetPlatformVersion
= new Version(int.MaxValue, int.MaxValue, int.MaxValue, int.MaxValue).ToString();
4 references to TargetPlatformVersion
Microsoft.Build.Tasks.Core (4)
GetInstalledSDKLocations.cs (4)
71
ErrorUtilities.VerifyThrowArgumentNull(value, nameof(
TargetPlatformVersion
));
134
if (String.IsNullOrEmpty(
TargetPlatformVersion
) || String.IsNullOrEmpty(TargetPlatformIdentifier))
147
Version platformVersion = Version.Parse(
TargetPlatformVersion
);
183
Log.LogWarningWithCodeFromResources("GetInstalledSDKs.NoSDksFound", TargetPlatformIdentifier,
TargetPlatformVersion
);