YamlDotNet icon indicating copy to clipboard operation
YamlDotNet copied to clipboard

YamlDotNet is a .NET library for YAML

Results 233 YamlDotNet issues
Sort by recently updated
recently updated
newest added

The `YamlException` class overrides the `ToString` method so that it only displays parsing error of the exception. Typically, in such cases, exceptions also include the exception class name and the...

**Describe the bug** `float.Parse` method accept `number` string with higher precision than can be represented with the `float` type. So currently when deserialize YAML with `WithAttemptingUnquotedStringTypeDeserialization` floating number is always...

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