Closed dkurepa closed 2 years ago
Pr link: https://dev.azure.com/dnceng/internal/_git/dotnet-helix-machines/pullrequest/23328 I also took the chance to refactor CsvOutput writers, to use the new models and CsvWriter (from CsvHelper) instead of manually writing them
Currently, there is no easy way for people to serialize our csv outputs in case they want to consume them with their code. We should create simple models for them that they can use with some kind of CsvReader