Type extensions on .NET components
I noticed it's possible to create type extensions for .NET types as well as OpenSpan types. I tried creating some new methods on a .NET DataTable, however, the methods don't seem to be appearing on the object. Is it possible to extend .NET objects using type extensions?
I attached the code I'm trying to use.