Implemented interface member:
property
DisabledWarnings
Microsoft.Build.Tasks.IWinMDExpTaskContract.DisabledWarnings
1 write to DisabledWarnings
Microsoft.Build.Tasks.UnitTests (1)
WinMDExp_Tests.cs (1)
46
t.
DisabledWarnings
= "41999,42016";
4 references to DisabledWarnings
Microsoft.Build.Tasks.Core (4)
WinMDExp.cs (4)
49
get => (string)Bag[nameof(
DisabledWarnings
)];
53
ErrorUtilities.VerifyThrowArgumentNull(value, nameof(
DisabledWarnings
));
54
Bag[nameof(
DisabledWarnings
)] = value;
221
commandLine.AppendSwitchWithSplitting("/nowarn:",
DisabledWarnings
, ",", ';', ',');