benaadams / Ben.Demystifier

High performance understanding for stack traces (Make error logs more productive)
Apache License 2.0
2.76k stars 118 forks source link

Add a unit-test for #109 #110

Closed KirillOsenkov closed 3 years ago

benaadams commented 3 years ago

Shouldn't this test fail?

KirillOsenkov commented 3 years ago

Oh sorry I forgot :) You’ll see an exception under debugger if you debug with first-chance exceptions enabled.

KirillOsenkov commented 3 years ago

Fails for me:

Process terminated. Assertion failed.
   at Ben.Demystifier.Test.TypeNameTests.NestedGenericTypes() in C:\Ben.Demystifier\test\Ben.Demystifier.Test\TypeNameTests.cs:line 18
benaadams commented 3 years ago

Thank you!