syntatic·vor 17 Jahren·discussPart of RMock.cs was not genercized.Instead of this: 47: FieldInfo[] EventFields = typeof(DataReceivedEventArgs)It should be this: 47: FieldInfo[] EventFields = typeof(T)
Instead of this: 47: FieldInfo[] EventFields = typeof(DataReceivedEventArgs)
It should be this: 47: FieldInfo[] EventFields = typeof(T)