Forum member

minorello

1 post

Posts by minorello

  1. dynamic build errors still persist in 1.34b

    Exception on build one of the proj: foreach statement cannot operate on variables of type 'object' because 'object' does not contain a public definition for 'GetEnumerator' IDictionary<string, dynamic> output; [...] dynamic settings = output["Settings"]; foreach (var setting in settings) …