-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
FromBase64Transform whitespace issue #80040
Comments
Tagging subscribers to this area: @dotnet/area-system-security, @vcsjones Issue DetailsThis program gets a
Similar to #46922 .
|
Sounds similar to #76918 |
Duplicate of #76918 |
Thanks for the issue report. Since a duplicate has been identified, I am going to close this one out in favor of the linked issue. |
This program gets a
System.IndexOutOfRangeException
in .NET Core 6, both on Windows and Linux:"\r\n"
instead of"\n"
works fine.Similar to #46922 .
The text was updated successfully, but these errors were encountered: