Strypper / mauisland

MAUIsland 🏝️ is the number 1 controls gallery for .NET MAUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: core:SourceCodeExpander With the large code string cause the app to stuck and RAM overflow

E-vaTRON opened this issue · comments

Contact Details

envaory@gmail.com

What happened?

image

Version

7.0

What platforms are you seeing the problem on?

Windows

Relevant log output

No response

Code of Conduct

  • I agree to respect and follow this project's rules

It is because the string is dirty (usually because of double "\r\n")

News, I did check about the mechanic of the SourceCodeExpander the FormattedStringFormatter is working fine
I did change the FormattedText of the Label in SourceCodeExpander .xaml to Text, and it renders fine.
The FormattedText is the issue i guess