M
Mike Gleason jr Couturier
Hi,
I'm using a 3rd party library that defines extension methods in their
namespace.
Unfortunately, I was using my own extensions with the exact same signature
on the same class...
Is there a way in C# to "exclude" a class (not a complete namespace because
I would lose
some of the 3rd party libraries classes that I use)...
I don't want to cast every calls to the extension methods either (making the
call non-ambiguous
anymore).
Thanks
I'm using a 3rd party library that defines extension methods in their
namespace.
Unfortunately, I was using my own extensions with the exact same signature
on the same class...
Is there a way in C# to "exclude" a class (not a complete namespace because
I would lose
some of the 3rd party libraries classes that I use)...
I don't want to cast every calls to the extension methods either (making the
call non-ambiguous
anymore).
Thanks