Q. : How do I suppress specific warnings in the .NET Build Log report?
A. : Add Registry=NoWarn element to your translation script prior to the <Compile...> element. For example:
Code Block |
---|
<Registry type="ProjectSettings" source="NoWarn" target="184" /> <!-- processing commands --> <Compile Project="%SrcPath%"> |
See also