我试图合并其定义在XML文件上的文件。我已经有一个基于XML文件构建类的类,它使用Filehelper中的FixedLengthClassBuilder。问题是当我尝试使用时:
GenericClassBuilder cb = new GenericClassBuilder();
var objTypeAddress = cb.buildClassFixedLengthClass(@filePath).CreateRecordClass();
using (FileEngine file = FluentFile.For().From(filePath))