JoshClose / CsvHelper

Library to help reading and writing CSV files
http://joshclose.github.io/CsvHelper/
Other
4.63k stars 1.05k forks source link

fix (typo?): error CS1061 function in class not found #2261

Open RobTranquillo opened 1 month ago

RobTranquillo commented 1 month ago

There is no function RegisterClassMap in the class Context so I searched for and find that it must be called "Configuration".

The full error message in Unity: error CS1061: 'ReadingContext' does not contain a definition for 'RegisterClassMap' and no accessible extension method 'RegisterClassMap' accepting a first argument of type 'ReadingContext' could be found.