* Improve file path special characters handling
* More specific tests
* Optimize EnhancedStackTrace.TryGetFullPath to prevent exceptions being thrown and the immediately re-caught
* Test for exception message
* Revert "Allow demystifier to add strings to existing StringBuilder (#73)"
This reverts commit 7aa753d5c7.
* Bump version
* Don't enumerate fields on generic type Def
Prevent exception being thrown when generic type definition is not a constructed generic type when trying to retrieve field values.
Added TODO with suggestion as to how to diagnose type arguments for generic type definition to create a constructed generic type.
* add test demonstrating error
* Add an option to get tuple data via reflection.
* Removed non-relfection-based way of getting information about the tuples.
* Make methods static back.
* Remove the nuget dependency to System.ValueTuple