In the readme it is mentioned that \r only lines are not handled in the ReadLine() methods.
I am working with network HL7 data that uses \r only terminators, and the built in ReadLine() works with that.
this project is much much much faster than .net 8 standard StreamReader, and I would love to use this with the data.
If not willing to add it, is there an easy/efficient way I can manually emulate this behavior?
In the readme it is mentioned that \r only lines are not handled in the ReadLine() methods.
I am working with network HL7 data that uses \r only terminators, and the built in ReadLine() works with that.
this project is much much much faster than .net 8 standard StreamReader, and I would love to use this with the data.
If not willing to add it, is there an easy/efficient way I can manually emulate this behavior?