Commit Graph

14 Commits

Author SHA1 Message Date
Ben Adams
83f5f718d2 Limit resolve depth 2017-12-22 16:27:02 +00:00
George Duckett
ed71da19ec Fixes issue #40 - Follow the DeclaringType up the chain when resolving method names (#41)
* 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.
2017-12-22 16:20:44 +00:00
Ben Adams
867b87c4b4 bump version 2017-12-22 15:56:22 +00:00
George Duckett
b5b3a19b66 Added a strongly-typed property for the type to ResolvedParameter and ResolvedMethod 2017-12-22 00:20:23 +00:00
Ben Adams
9945e82cb7 Skip il that can't be interpreted 2017-11-30 16:25:51 +01:00
Ben Adams
bc7a59b99b Skip resolving ValueTuple names when no CustomAttributes 2017-11-14 02:34:57 +00:00
Robert Mills
90487aa452 Ensure there are custom attributes before attempting to resolve 2017-11-14 02:34:57 +00:00
Tim Seaward
77ba50dff9 Adds coding standards (#22)
* Adds code requirements

* Update to coding standard
2017-11-14 01:45:54 +01:00
Stano Peťko
84c520a71c Fixed typo: nethodBody -> methodBody. 2017-11-13 18:20:55 +01:00
Ben Adams
f0c84572b7 Bump version 2017-11-13 12:25:25 +00:00
Ben Adams
f250bdef96 Full framework 2017-11-13 12:14:24 +00:00
Ben Adams
e7a2f46ff6
ReturnParameter fix for lambda_method (#11)
* ReturnParameter fix for lambda_method

* Bump version
2017-11-12 00:22:42 +01:00
Ben Adams
bab0cf679d NonThrownExceptions 2017-11-11 21:59:14 +00:00
Ben Adams
34930738f6 Add 0.0.1 code 2017-11-11 15:55:09 +00:00