Skip to content

Forks fail to build with NU1903 error #8755

Discussion options

You must be logged in to vote

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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cornerbowlsoftware
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants