I often have a ToString method in our objects for error messages or easy debugging. Since version 3 I have a problem that when I have a IEnumerable and the object has such a ToString method the {{ for x in object }} fails. Bug or feature? If this is a feature am I able to turn this check off so the for behaves like version 2?
I often have a ToString method in our objects for error messages or easy debugging. Since version 3 I have a problem that when I have a IEnumerable and the object has such a ToString method the {{ for x in object }} fails. Bug or feature? If this is a feature am I able to turn this check off so the for behaves like version 2?