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

Protocol: Fix NREs on netstandard2.0 while reading empty strings. #195

Merged
merged 1 commit into from
Apr 16, 2023

Conversation

tmds
Copy link
Owner

@tmds tmds commented Apr 13, 2023

Fixes #193.

@tmds
Copy link
Owner Author

tmds commented Apr 13, 2023

@madewokherd this replaces #194.

Can you give this a try with your Mono application?

@tmds tmds changed the title Fix NREs on netstandard2.0 while reading empty strings. Protocol: Fix NREs on netstandard2.0 while reading empty strings. Apr 13, 2023
@madewokherd
Copy link
Contributor

Yep, it works.

@tmds tmds merged commit 24e3e8d into main Apr 16, 2023
@tmds
Copy link
Owner Author

tmds commented Apr 24, 2023

This is fixed in 0.15.0 which is now on nuget.org.

@tmds tmds deleted the protocol_string branch January 31, 2024 13:21
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

Successfully merging this pull request may close these issues.

Reader.ReadString fails when reading empty string
2 participants