You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use a package, Spring.Net, which in turn uses the latest common.logging. We can't use the various latest logging targets such as log4net nor nlog since the common.logging which Spring uses, won't work with the latest of the others.
We may just throw out common.logging and directly use log4net etc instead. We weren't using any logging from Spring.Net, it just forced us to also include common.logging which we then in turn used because, well it was easy to. We'll still have to carry it around, but we won't be using it.
After seeing this blog post, I checked my projects for debug nuget packages and found Common.Logging to be the only one.
https://garcia.in/posts/2021/pitfalls-of-unoptimized-nuget-packages/
The text was updated successfully, but these errors were encountered: