In C#, please does anyone know why I can\'t do the following? (specifically the line marked \'NOT fine!\' below)
interface A { void Add(dynamic entity);
Looking on Microsoft Connect it's filed as a bug - Dynamic runtime fails to find method from a base interface during runtime