NeVeSpl / NTypewriter

File/code generator using Scriban text templates populated with C# code metadata from Roslyn API.
https://nevespl.github.io/NTypewriter/
MIT License
126 stars 24 forks source link

Track generator stats/info per unique assembly name and output directory #79

Closed amdavie closed 1 year ago

amdavie commented 1 year ago

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.