Commit Graph

3 Commits

Author SHA1 Message Date
Aristarkh Zagorodnikov
8604340a0e Improve path/uri handling (#82)
* Improve file path special characters handling

* More specific tests

* Optimize EnhancedStackTrace.TryGetFullPath to prevent exceptions being thrown and the immediately re-caught
2019-02-10 20:49:22 +00: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
Sergey Tepliakov
c73f507b6c More robust absolute path computation for the enhanced stack traces.
Fix for #61
2018-02-21 20:27:32 -08:00