Using int.Parse("") leads to crash in project reunion and same works fine with WinUI3 Project templates
Describe the bug
unable to parse to int. int.Parse("") throws the exception
Steps to reproduce the bug
- Create the sample.
- add the below code in the constructor.
int bytesCount = int.Parse("WINUI");
- Run the sample. You can see application crashes.
Expected behavior
It works fine in WinUI3 Project templates
Screenshots

Version Info
