Hi! I am setting up some DLLs in C++ and, I noticed that when setting the following: ```cs IsFileNameToLower = false; IsTargetFileNameToLower = false; ``` PDBs are entirely lowercase. This is not a huge issue but an odd deviation from what I expected,
Hi! I am setting up some DLLs in C++ and, I noticed that when setting the following:
PDBs are entirely lowercase. This is not a huge issue but an odd deviation from what I expected,