Replies: 1 comment 5 replies
-
what type is the key? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently trying to expand my tests further. For this I need a scrubber, which removes inline
Version
, as they occur for example intypeof(string).FullName
. Unfortunately, I have only moderate success with this, as not all content is corrected.For that purpose i wrote the following code...
However, this only works with individual properties, not with dictionary keys.
Any solution?
Beta Was this translation helpful? Give feedback.
All reactions