Skip to content

YamlWriterOptions.SkipValidation Property

Definition

Namespace: Corvus.Yaml
Assembly: Corvus.Text.Json.dll

SkipValidation()

Gets a value indicating whether to skip structural validation. When false (the default), the writer validates that write operations produce structurally valid YAML.

public bool SkipValidation { get; set; }

Returns

bool

Applies To

Product Versions
.NET 9, 10
.NET Standard 2.0, 2.1

Collaborate with us on GitHub

The source for this content can be found on GitHub, where you can also create and review issues and pull requests.

Open an issue