0

I am importing a yaml file from my system directory. I want to validate for linter issues before Deserializing the yaml. Is there any nuget which i can use to perform the lint validation??

Does YamlDotNet provide a lint validator

Vinay
  • 259
  • 4
  • 19
  • What do you expect from a YAML linter? Syntactic and structural errors will be discovered and reported during deserialization anyway. Are you after cosmetic problems? – flyx Jul 01 '20 at 09:06
  • yes i need to validate the cosmetic problems. – Vinay Jul 01 '20 at 09:26

0 Answers0