Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue on RecordTypeName of engine.ErrorManager.Errors #374

Open
ZioMick opened this issue Nov 10, 2020 · 1 comment
Open

Issue on RecordTypeName of engine.ErrorManager.Errors #374

ZioMick opened this issue Nov 10, 2020 · 1 comment

Comments

@ZioMick
Copy link

ZioMick commented Nov 10, 2020

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

@gethomas-hsa
Copy link

This is still an issue. RecordTypeName is not set to respective type when using MultiRecordEngine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants