When running 2 concurrent builds in CI/CD, the second would fail because the generator stats/info was stored per assembly name which conflicts between the 2 builds, so I updated the stats/info dictionary to use a key with combination of assembly name and output directory.
Similar to #77
When running 2 concurrent builds in CI/CD, the second would fail because the generator stats/info was stored per assembly name which conflicts between the 2 builds, so I updated the stats/info dictionary to use a key with combination of assembly name and output directory.