WrapperElementsGenerator
cachable
#1397
Labels
performance
Stuff that will potentially improve performance
WrapperElementsGenerator
cachable
#1397
In its current shape the
WrapperElementsGenerator
does returnIncrementalValuesProvider<ISymbol>
.As this isn't cacheable the pipeline get's triggered with every new build of the
bunit.web
project.To tackle this we need a collect and execute phase where in the collect phase we retrieve all elements and store them into our own
record
type so hashing across runs is stable.The text was updated successfully, but these errors were encountered: