aaubry / YamlDotNet

YamlDotNet is a .NET library for YAML
MIT License
2.58k stars 484 forks source link

Warnings as errors and compiler error cleanup #976

Closed EdwardCooke closed 2 months ago

EdwardCooke commented 2 months ago

Configures warnings as errors Runs formatting checks on release build (difference between formatting check enabled and disabled is about 40 seconds on my laptop) Fixes all formatting issues

I opted to only run the formatting checks during the release build due to the significant increase in time to build.

Fixes #968