Forks fail to build with NU1903 error #8755
-
I am able to fully build the main wix repository, however after forking, and making no changes, calling
Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can suppress the NU1903 Error with the WarningsNotAsErrors property. If you do find that incrementing a directly referenced package resolves the build error, then raising a Pull Request with that fix would be appreciated. |
Beta Was this translation helpful? Give feedback.
You can suppress the NU1903 Error with the WarningsNotAsErrors property.
Or, you can force the Nuget reference in the project in question to a version that resolves the vulnerability. The issue can often be that the vulnerable package is only Transitive (i.e. it's not directly referenced, but is included indirectly through another package).
If you do find that incrementing a directly referenced package resolves the build error, then raising a Pull Request with that fix would be appreciated.