aaubry / YamlDotNet

YamlDotNet is a .NET library for YAML
MIT License
2.58k stars 484 forks source link

Bring back stack trace to YamlException.ToString #1000

Open rosieks opened 1 month ago

rosieks commented 1 month ago

This PR introduce Reason property in YamlException to bring back default functionality of ToString method. Fixes #999