FastExcel icon indicating copy to clipboard operation
FastExcel copied to clipboard

FastExcel includes EqualityContract of C# 9 Record types

Open alemputes opened this issue 4 years ago • 0 comments

Hi, I try ed using FastExcel with C# 9 Record types and those generate a runtime type called EqualityContract.

Using FastExcel: Write<T>(IEnumerable<T> objectList, int sheetNumber, bool usePropertiesAsHeadings) objectList will include that EqualityContract as output to the first column, anyway to exclude all runtime types from Write?

alemputes avatar Apr 20 '21 08:04 alemputes