SharpLearning icon indicating copy to clipboard operation
SharpLearning copied to clipboard

Error in getting started code example

Open pjsgsy opened this issue 1 year ago • 1 comments

Not sure this project is maintained any more or not, but I hope so as it is what I was looking for.

Anyway - Stumbled at the getting started guide. There is it seems an error in the code example

// Setup the CsvParser var parser = new CsvParser(() => new StreamReader("winequality-white.csv", separator: ';'));

Should be

// Setup the CsvParser var parser = new CsvParser(() => new StreamReader("winequality-white.csv"), separator: ';');

I think. Just in case it helps anyone else just trying to get started.

pjsgsy avatar Dec 31 '23 09:12 pjsgsy

Hi @pjsgsy

Thanks for finding the error in the code example.

My time for this project is limited at the moment. I still try to do my best answering questions in here, and help developers using the library if possible. I have some smaller plans for the project moving forward, but progress will be slow because of a lag of time sadly.

Best regards Mads

mdabros avatar Jan 20 '24 10:01 mdabros