Vineeta Chelamkuri

Results 3 comments of Vineeta Chelamkuri

Any update on the support for native globbing?

It successfully generates a non-empty .pdb file if I delete the `windir` environment variable. But why should I delete that env var when building on Windows? Shouldn't it generate the...

I think the problem is in line 210 in Obfuscator.cs: https://github.com/obfuscar/obfuscar/blob/master/Obfuscar/Obfuscator.cs#L210 If I flip the `if` condition (i.e., change it to `if (!IsOnWindows)`), then it successfully generates the PDB file...