Bernhard Richter
Bernhard Richter
Possible a delegate to invoked for unmapped fields/properties.
public class TestClass { public SomeEnum? {get;set} }
Throw meaningful exception if the collection property does not at least implement ICollection<T>
Observed in a asp.net app ``` [21:52:57] : [Step 1/1] System.InvalidOperationException : Collection was modified; enumeration operation may not execute. [21:52:57] : [Step 1/1] Stack Trace: [21:52:57] : [Step 1/1]...