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

Incompatible with UWP because of String.Intern() #7

Open
karmaecrivain94 opened this issue Jun 17, 2018 · 0 comments
Open

Incompatible with UWP because of String.Intern() #7

karmaecrivain94 opened this issue Jun 17, 2018 · 0 comments

Comments

@karmaecrivain94
Copy link

karmaecrivain94 commented Jun 17, 2018

I am using trienet within my UWP App, however I had to remove all the calls to string.Intern() (here and here), and replace them by simple string assignements such as m_Origin = origin, because the .NET team decided to remove methods which they "regretted adding in the first place, or restricted our plans around innovating for the future." (according to David Kean).

However, I'm guessing this has a negative impact on performance. Is there anyway to limit this?

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

1 participant