You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
using last version (NuGet package) I''ve found an issue when using MultiRecordEngine, that is:
with an engine created like this: var engine = new MultiRecordEngine(typeof(Orders), typeof(Customer), typeof(SampleType));
in case of errors in the file being read, the property RecordTypeName of each error is always set with the first class in the typeof(classname) sequence used in the new statement.
With this example all the RecordTypeName properties would be set to "Orders".
The text was updated successfully, but these errors were encountered:
Hi,
using last version (NuGet package) I''ve found an issue when using MultiRecordEngine, that is:
with an engine created like this:
var engine = new MultiRecordEngine(typeof(Orders), typeof(Customer), typeof(SampleType));
in case of errors in the file being read, the property
RecordTypeName
of each error is always set with the first class in the typeof(classname) sequence used in the new statement.With this example all the
RecordTypeName
properties would be set to "Orders".The text was updated successfully, but these errors were encountered: