File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2626 <RepositoryType >git</RepositoryType >
2727 <RepositoryUrl >https://github.com/genexuslabs/dotnetClasses</RepositoryUrl >
2828 <RepositoryCommit >$(GIT_SHA)</RepositoryCommit >
29- <NoWarn >NU5105;CS0618;CS8032;CS0618;SYSLIB0021;SYSLIB0023</NoWarn >
29+ <NoWarn >NU5105;CS0618;CS8032;CS0618;SYSLIB0021;SYSLIB0023;CA1825 </NoWarn >
3030 <IsPackable >true</IsPackable >
3131 <DisableImplicitNamespaceImports >True</DisableImplicitNamespaceImports >
32+ <!-- keep low and moderate vulnerabilities (NU1901;NU1902;NU1903;NU1904), high and critical vulnerabilities (NU1903 and NU1904) as warnings-->
33+ <WarningsNotAsErrors >NU1900;NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors >
3234 </PropertyGroup >
3335
3436 <Target Name =" GetFileVersionForPackage" >
Original file line number Diff line number Diff line change 55 <IsPackable >false</IsPackable >
66 <VSTestResultsDirectory >$(OutputPath)</VSTestResultsDirectory >
77 <VSTestLogger >trx</VSTestLogger >
8+ <NoWarn >CA1825</NoWarn >
9+ <WarningsNotAsErrors >NU1900;NU1901;NU1902;NU1903;NU1904;</WarningsNotAsErrors >
810 </PropertyGroup >
911</Project >
You can’t perform that action at this time.
0 commit comments