Caliburn-Micro / Caliburn.Micro

A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.
http://caliburnmicro.com/
MIT License
2.79k stars 775 forks source link

Parser.Parse (DependencyObject target, String text) exception #890

Open martynas-pikunas opened 9 months ago

martynas-pikunas commented 9 months ago

Hi. We noticed in AppCenter that with newest version users started getting this exception:

Parser.Parse (DependencyObject target, String text) System.Text.RegularExpressions.RegexMatchTimeoutException: The Regex engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.

Any ideas why this is happening or how to fix it?

vb2ae commented 9 months ago

What version of Caliburn.Micro are you using? What platform are the errors happening on (Ios, Android, UWP, etc)? Is this Xamarin Forms or Maui?

martynas-pikunas commented 9 months ago

I'm using 4.0.212, Windows, WPF.

vb2ae commented 9 months ago

Is it possible to share the xaml for the form throwing the error?