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

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

Open
martynas-pikunas opened this issue Oct 25, 2023 · 3 comments · May be fixed by #924
Open

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

martynas-pikunas opened this issue Oct 25, 2023 · 3 comments · May be fixed by #924

Comments

@martynas-pikunas
Copy link

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
Copy link
Member

vb2ae commented Oct 26, 2023

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
Copy link
Author

I'm using 4.0.212, Windows, WPF.

@vb2ae
Copy link
Member

vb2ae commented Oct 27, 2023

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

@vb2ae vb2ae linked a pull request Nov 5, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants