Commit Graph

141 Commits

Author SHA1 Message Date
Alexander Kozlenko 286d0e4c44 Update unit test project settings (#45) 2018-02-02 00:36:46 +00:00
Alexander Kozlenko 1d0a516361 Set language version for the whole solution (#46) 2018-02-02 00:35:53 +00:00
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
Alexander Kozlenko e5ef6c5fac Improve lambda signature formatting 2017-12-22 00:21:50 +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 4f2a8602e9 Merge pull request #29 from JoeStead/patch-2
Readme typo fixes
2017-11-20 12:19:23 +01:00
Joe Stead 021418539f Couple of typo fixes :) 2017-11-20 10:51:22 +00:00
Ben Adams c99b48112a Bump version 2017-11-14 02:57:04 +00:00
Ben Adams 20f1cad8b0 Merge pull request #25 from benaadams/InheritenceTests
Add InheritenceTests
2017-11-14 03:56:05 +01:00
Ben Adams bd0c9067a0 Add InheritenceTests 2017-11-14 02:54:28 +00:00
Ben Adams 2f546030d8 Merge pull request #24 from benaadams/no-attribs
Skip resolving ValueTuple names when no CustomAttributes
2017-11-14 03:37:37 +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
Ben Adams fa0ad4ca52 Merge pull request #18 from satano/TypoNethodBody
Fixed typo: nethodBody -> methodBody.
2017-11-13 20:45:17 +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 207d8ddc6e Merge pull request #16 from Suchiman/master
Cleanup dependencies + support .NET 4.5, fixes #15
2017-11-13 13:21:38 +01:00
Ben Adams afb07c740e Merge pull request #17 from benaadams/aggregate
AggregateException + Full framework testing
2017-11-13 13:16:48 +01:00
Ben Adams f250bdef96 Full framework 2017-11-13 12:14:24 +00:00
Ben Adams 5eb9c25574 AggregateException 2017-11-13 12:14:12 +00:00
Robin Sue 5391a0aa96 Cleanup dependencies + support .NET 4.5, fixes #15 2017-11-13 09:00:37 +01:00
Ben Adams d4bf1639c7 ci changes 2017-11-12 12:06:26 +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 310a7b30cb Merge pull request #10 from benaadams/NonThrownException
NonThrownExceptions
2017-11-11 23:01:44 +01:00
Ben Adams bab0cf679d NonThrownExceptions 2017-11-11 21:59:14 +00:00
Ben Adams ba17506b3e Merge pull request #7 from benaadams/sourcelink
SourceLink files
2017-11-11 19:01:03 +01:00
Ben Adams 07d3e4f82c SourceLink files 2017-11-11 17:54:56 +00:00
Ben Adams 173956db73 Update readme 2017-11-11 17:26:40 +00:00
Ben Adams 4cb4cfb41f Add nuget badge 2017-11-11 16:10:39 +00:00
Ben Adams 2b0c84bd12 Merge pull request #6 from benaadams/code
Add 0.0.1 code
2017-11-11 17:01:40 +01:00
Ben Adams 34930738f6 Add 0.0.1 code 2017-11-11 15:55:09 +00:00
Ben Adams 6c821fc938 Merge pull request #4 from sharon-lin/patch-1
Fixed small typo
2017-10-31 08:15:20 +00:00
Sharon Lin 4330678156 Update README.md 2017-10-30 22:35:55 -04:00
Ben Adams d891a03ac1 Merge pull request #3 from willl/patch-1
Update README.md
2017-10-30 12:15:56 +00:00
William Luu c53441c0e0 Update README.md
Fixed typo.
2017-10-30 23:12:31 +11:00
Ben Adams 9987b6b007 Update README.md 2017-10-30 08:13:29 +00:00
Ben Adams 3164e5c775 Initial commit 2017-10-27 20:54:33 +01:00