System.Text.Rune #1493
brainoffline
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
I don't think we should be dropping support for older frameworks without a really good reason. |
Beta Was this translation helpful? Give feedback.
1 reply
-
If it ain't broke, don't fix it. I can't recall a single issue with nstack's Rune support in the past 2 years. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A Rune is now a native struct from .Net Core 3.0 +.
This could mean removing the dependency on the NStack package.
But... System.Text.Rune is not available in .Net Framework or .Net Standard.
What is the current feeling about a breaking change and leaving .net Framework and standard behind?
Or, some kind of port of the NStack ustring to expose the same interfaces as .Net Core 3.0+ string.
Beta Was this translation helpful? Give feedback.
All reactions