cs-util-com / cscore

cscore is a minimal-footprint library providing commonly used helpers & patterns for your C# projects. It can be used in both pure C# and Unity projects.
https://cs-util-com.github.io/cscore/
Apache License 2.0
183 stars 31 forks source link

Spamming message of namespace missing #89

Closed equidevium closed 1 year ago

equidevium commented 1 year ago

I keep getting a missing namespace even though my code is not missing.

The message is also sent for CsCore assembly as well which makes it even more confusing.

image

cs-util commented 1 year ago

Thanks for reporting, I did some improvements to the warnings logging now so that it does not spam anymore. They will be included in the next release.

And also see https://github.com/cs-util-com/cscore/commit/1d99d7292067ecc506f1c9a50ef760138104ca46 how to add your own assembly or type blacklist entries, eg for plugins you dont have control over that you never want to show up as warnings