Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReadString() leaves file open #16

Closed
sjrawlins opened this issue May 18, 2018 · 1 comment
Closed

ReadString() leaves file open #16

sjrawlins opened this issue May 18, 2018 · 1 comment

Comments

@sjrawlins
Copy link

Whereas Read() opens the file, reads bytes and closes the file, ReadString() leaves the file open which causes conflict with subsequent attempts to read data off the file.

This issue cropped-up with the 4.1 Release which upgraded to .NET Standard, so perhaps that upgrade changed the behavior.

@sam-lippert
Copy link
Contributor

Fixed in 6aeff4e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants