I'm evaluating your software to be used for our product. When verifying an obfuscated assembly, I'm getting a whole lot of errors like the following:
[MD] Error: Implementation Map has invalid calling convention 1024, rid:0x0001.
[MD] Error: Warning: Item, token=0x060004cf (field,method) has invalid Implementation Map.
This starts with rid 0x0001 and goes up through 0x041a occasionally skipping some. Despite these several hundred errors some basic testing of the obfuscated assembly doesn't seem to show any problems. However I couldn't find anything in the documentation to explain what these errors actually mean.
What do these errors actually mean and should I be concerned about them?