Describe the bug
I just cloned the repo for the first time to contribute, and tried to run the test suite and it fails. I don't know if I am missing some step or what could be happening.
To Reproduce
git clone [email protected]:aaubry/YamlDotNet.git && cd YamlDotNet
git submodule update --init
dotnet restore
dotnet test
dotnet test results
https://gist.github.com/jhm-ciberman/2dbfe53d6aa41e10e61e0dbb9fea4d5a
I pasted it in a gist because it was too long to include it in the issue. (65536+ chars)
Environment:
$ dotnet --version
7.0.104
$ git --version
git version 2.37.3.windows.1