Tomlyn
Tomlyn copied to clipboard
Missing documentation of exception
Versions
0.19.0
Problem
In Toml.ToModel<T>(string, string?, TomlModelOptions?), there is no documentation for the exception TomlException thrown. This leads to manually having to document the methods that uses this one.
Solution
Add the exception to the documentation like in Toml.ToModel<T>(this DocumentSyntax, TomlModelOptions?).