Closed tipa closed 1 year ago
Hello @tipa and thank you for contacting us, I have started the investigation and will be back soon with the results.
@tipa your remark makes sense to me. I created a task on our dashboard for implementing such parameter.
Resolved by AppCenter ver 5.0.2 ?
See also: https://github.com/microsoft/appcenter-sdk-dotnet/blob/develop/CHANGELOG.md
Yes, this penalty is fixed in the latest release, please contact us if you have any other questions and feel free to reopen this issue.
Description
Please describe the issue you are facing using the SDK. The compiled Regex here is significantly slowing down startup performance since .NET6/.NET7. This has been discussed in detail here. Before .NET6/7 (in "old" Xamarin) the
RegexOptions.Compiled
flag was ignored so there was no negative performance impact.The RegEx should not be compiled as it only seems to be executed a single time.
Details