6 writes to WarnOnMissingPlatformVersion
Microsoft.Build.Tasks.UnitTests (6)
ResolveSDKReference_Tests.cs (6)
198
t1.
WarnOnMissingPlatformVersion
= true;
216
t2.
WarnOnMissingPlatformVersion
= true;
234
t3.
WarnOnMissingPlatformVersion
= true;
252
t3a.
WarnOnMissingPlatformVersion
= false;
273
t4.
WarnOnMissingPlatformVersion
= true;
290
t5.
WarnOnMissingPlatformVersion
= true;
1 reference to WarnOnMissingPlatformVersion
Microsoft.Build.Tasks.Core (1)
ResolveSDKReference.cs (1)
358
reference.Resolve(sdkItems, TargetedSDKConfiguration, TargetedSDKArchitecture, sdkNamesOnReferenceItems, LogResolutionErrorsAsWarnings, Prefer32Bit, TargetPlatformIdentifier, TargetPlatformAsVersion, ProjectName,
WarnOnMissingPlatformVersion
);