You can suppress it at individual file level which contains the code generating the warning if you want. Something like this.
<Build Include="Stored Procedures\X.sql">
<SuppressTSqlWarnings>71502</SuppressTSqlWarnings>
</Build>
You can suppress it at individual file level which contains the code generating the warning if you want. Something like this.
<Build Include="Stored Procedures\X.sql">
<SuppressTSqlWarnings>71502</SuppressTSqlWarnings>
</Build>