Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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