Caliburn.Micro icon indicating copy to clipboard operation
Caliburn.Micro copied to clipboard

Parser.Parse (DependencyObject target, String text) exception

Open martynas-pikunas opened this issue 2 years ago • 3 comments

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?

martynas-pikunas avatar Oct 25 '23 12:10 martynas-pikunas

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?

vb2ae avatar Oct 26 '23 11:10 vb2ae

I'm using 4.0.212, Windows, WPF.

martynas-pikunas avatar Oct 26 '23 12:10 martynas-pikunas

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

vb2ae avatar Oct 27 '23 10:10 vb2ae