-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
Broken String.this[] #343
Comments
Can't check myself but what about adding a '@' in front of the string : Also, how does this behave ? |
@MikroBusNet no workaround possible, because on this functionality based PR for CoreLib. |
This is deeper than some wrong indexing of the string chars. Test code:
Output from the above in nF app:
Output from .NET 4.6 console app:
|
Details about Problem
nanoFramework area: interpreter
Worked before? Yes, old firmware's. At least ESP32 668.
Detailed repro steps so we can see the same problem
return 'b', must '\'.
The text was updated successfully, but these errors were encountered: