Commit Graph

7 Commits

Author SHA1 Message Date
dependabot[bot]
881fec2429 Bump System.ValueTuple from 4.4.0 to 4.5.0
Bumps [System.ValueTuple](https://github.com/dotnet/corefx) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/dotnet/corefx/releases)
- [Commits](https://github.com/dotnet/corefx/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-15 02:20:29 +00:00
Aristarkh Zagorodnikov
a9830f38e3 Improve StackTraceHiddenAttribute handling (#83)
* 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
2019-02-10 20:50:03 +00:00
Aristarkh Zagorodnikov
adef3aa266 Fix for IndexOutOfRangeException in ILReader.ReadOpCode() (#81)
* Allow testing internals

* Add ILReaderTests

* Skip inline operands in IL
2019-01-29 16:09:08 +01:00
Sergey Teplyakov
125e373b45 Remove the dependency on System.ValueTuple (#63)
* 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
2018-02-23 11:24:41 +00:00
Alexander Kozlenko
286d0e4c44 Update unit test project settings (#45) 2018-02-02 00:36:46 +00:00
Ben Adams
f250bdef96 Full framework 2017-11-13 12:14:24 +00:00
Ben Adams
34930738f6 Add 0.0.1 code 2017-11-11 15:55:09 +00:00