For example if a line in the stack trace looks like this:
at MyClass.<>c__DisplayClass4_0.<Create>b__0(String file)
The MyClass link work, but <>c__DisplayClass4_0.b__0(String file) gets split up when it probably should be one link and none of those links work.
For example if a line in the stack trace looks like this:
at MyClass.<>c__DisplayClass4_0.<Create>b__0(String file)The MyClass link work, but <>c__DisplayClass4_0.b__0(String file) gets split up when it probably should be one link and none of those links work.