I'm currently using the Newtonsoft.Json library in C#. I'm working with files that have multiple top-level items and for what I'm doing that's perfectly fine. However the library is marking every single one of those top-level items as an error and it's very annoying because it's pushes all the other warnings out.
Usually you can suppress warnings in the Build Properties but this warning doesn't have a code (CheckId) attached to it.