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
In NPOI 2.5.5, you added these public extension methods in the System namepace: a3058a2. All consumers of NPOI are now forced to import these extension methods with the System namespace. Please consider changing the visibility of ObjectExtensions to internal or changing its namespace to e.g. NPOI.Util.
The text was updated successfully, but these errors were encountered:
Sorry, it's my fault. This class definition is copied from stackoverflow.com or somewhere. You know Ctrl+C and Ctrl+V. I didn't pay much attention to the namespace at all. I'll change the namespace in the next release.
In NPOI 2.5.5, you added these public extension methods in the
System
namepace: a3058a2. All consumers of NPOI are now forced to import these extension methods with theSystem
namespace. Please consider changing the visibility ofObjectExtensions
tointernal
or changing its namespace to e.g.NPOI.Util
.The text was updated successfully, but these errors were encountered: