* Add .NET Core 2.1 as target for tests to allow testing for StackTraceHiddenAttribute handling
* Customize EnhancedStackTrace "hidden" frames selection strategy depending on the runtime, and optimize attribute access for non-reflection-only assemblies
* Add .NET Core 2.1 as target for benchmarks to allow benchmarking for it
* 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
* Added a strongly-typed property for the type to ResolvedParameter and ResolvedMethod
* Changed TryResolveGeneratedName to follow the declaring type up the chain rather than only once.