enowars / EnoEngine

MIT License
12 stars 2 forks source link

ToFancyString prints CallerMemberName for every exception in the stack #92

Closed Trolldemorted closed 3 years ago

Trolldemorted commented 4 years ago

https://github.com/enowars/EnoEngine/blob/89360db7f174ae5d3994502993270f4e41879713/EnoCore/Utils/ExceptionExtensions.cs#L10-L18

This prepends the $"{memberName} failed: to every exception in the exception stack, which is confusing