Mateusz Klatecki
Mateusz Klatecki
I found that if we don't attach an extension method directly to the delegate but through an indirect static method, everything seems to work fine. Working code: ```cs public class...
but extension methods are also static methods that can be called as if they were instance methods of a different type. For example, `static void M(this string s)` can be...
@Ellerbach I must disagree that this is not a bug. While it is understood that floating-point arithmetic can introduce small errors due to the way numbers are represented in binary,...