The mock FileStream class does not handle shared file contents correctly. #1131
Labels
state: ready to pick
Issues that are ready for being worked on
type: bug
Issues that describe misbehaving functionality
The source code below should write the values 0-9 to the console. Instead it writes the value 0 to the console ten times.
The code behaves as expected when using the real file system.
The text was updated successfully, but these errors were encountered: