The generator driver cache in the compiler server currently replaces the AnalyzerConfigOptions and AdditionalFiles wholesale, meaning there is no caching behavior observed for generators relying on these inputs.
We should either support an optional comparer that the driver can pass for these inputs, or make them IEquatable<T>
The generator driver cache in the compiler server currently replaces the
AnalyzerConfigOptionsandAdditionalFileswholesale, meaning there is no caching behavior observed for generators relying on these inputs.We should either support an optional comparer that the driver can pass for these inputs, or make them
IEquatable<T>