Hi,
I was debugging some issues with the AWS Ec2ConfigService and ended up decompiling 3.2.97.0 of Ec2ConfigLibrary.dll[1] and may have encountered a bug in JustDecompile. JustDecompile gives me the following for the SysprepIniParser class:
public class SysprepIniParser
{
private Hashtable iniKeyPairs;
private string iniFilePath;
However, .NET Reflector give the following:
public class SysprepIniParser
{
private string iniFilePath;
private Hashtable iniKeyPairs = new Hashtable();
Note the initialization of the hashtable in the latter, which appears to be correct.
I could be getting my wires crossed somewhere so here's the repro video: http://www.screencast.com/t/IHu4twZFh
Blake
[1] https://aws.amazon.com/developertools/5562082477397515