Open
Description
Description:
https://learn.microsoft.com/en-us/nuget/concepts/auditing-packages is enabled by default and generating warnings NU1900-NU1905. It's possible to use -err:
on them to fail the build on CI, but we would prefer to only have them as warnings appearing.
Justification:
Without matcher, they are hard to find. There already is a matcher for csc
, so wouldn't be too far of to expect this creating annotations as-well.
Are you willing to submit a PR?
#605