Skip to content

Issue on RecordTypeName of engine.ErrorManager.Errors #374

@ZioMick

Description

@ZioMick

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".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions