Creates a YAML reader over a text reader.
public static YamlReader Create(TextReader reader, YamlSerializerOptions? options = null)
The YAML payload reader.
Options used for parsing behaviors such as reference handling.