6 writes to WarnOnMissingPlatformVersion
Microsoft.Build.Tasks.UnitTests (6)
ResolveSDKReference_Tests.cs (6)
199
t1.
WarnOnMissingPlatformVersion
= true;
217
t2.
WarnOnMissingPlatformVersion
= true;
235
t3.
WarnOnMissingPlatformVersion
= true;
253
t3a.
WarnOnMissingPlatformVersion
= false;
274
t4.
WarnOnMissingPlatformVersion
= true;
291
t5.
WarnOnMissingPlatformVersion
= true;
1 reference to WarnOnMissingPlatformVersion
Microsoft.Build.Tasks.Core (1)
ResolveSDKReference.cs (1)
354
reference.Resolve(sdkItems, TargetedSDKConfiguration, TargetedSDKArchitecture, sdkNamesOnReferenceItems, LogResolutionErrorsAsWarnings, Prefer32Bit, TargetPlatformIdentifier, TargetPlatformAsVersion, ProjectName,
WarnOnMissingPlatformVersion
);