top | item 16651141 (no title) Shoothe | 8 years ago I'd be interested in looking at the generated IL, especially for nullability info and default interface methods. discuss order hn newest haxton|8 years ago They're actually opening up the CLR and making changes to it now, so it's not all compiler tricks! Kennethtruyers|8 years ago That's indeed true for the default interface implementation, but I believe for nullability it's just compiler warnings. At runtime, nothing will be left in the IL for this. It just isn't possible to do that and maintain backward compatibility
haxton|8 years ago They're actually opening up the CLR and making changes to it now, so it's not all compiler tricks! Kennethtruyers|8 years ago That's indeed true for the default interface implementation, but I believe for nullability it's just compiler warnings. At runtime, nothing will be left in the IL for this. It just isn't possible to do that and maintain backward compatibility
Kennethtruyers|8 years ago That's indeed true for the default interface implementation, but I believe for nullability it's just compiler warnings. At runtime, nothing will be left in the IL for this. It just isn't possible to do that and maintain backward compatibility
haxton|8 years ago
Kennethtruyers|8 years ago