NuGetForUnity seems to be complaining about the multiple .ruleset and .globalconfig files that the Microsoft.CodeAnalysis.BannedApiAnalyzers package contains, and spams 40+ errors about them on every startup:

For context, I'm using this analyzer to assist with using the ZLogger package, primarily to call attention to places where the wrong logging API is used. These errors are certainly an annoyance lol, and I'm not entirely sure for what reason they're errors instead of warnings.