MetanoKid / cpp-build-analyzer

Analyzes MSVC C++ compilations with C++ Build Insights SDK
GNU General Public License v3.0
80 stars 2 forks source link

Different entries for same path in reports #41

Closed MetanoKid closed 4 years ago

MetanoKid commented 4 years ago

While inspecting the FileInclusions.csv output I've noticed different entries for the same paths. The difference between was casing.

Proposal: make them lower case, as Windows is case insensitive anyways.