Tomlyn icon indicating copy to clipboard operation
Tomlyn copied to clipboard

Missing documentation of exception

Open WarperSan opened this issue 1 year ago • 0 comments

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?).

WarperSan avatar Mar 28 '25 13:03 WarperSan