Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WrapperElementsGenerator cachable #1397

Open
linkdotnet opened this issue Feb 27, 2024 · 0 comments
Open

WrapperElementsGenerator cachable #1397

linkdotnet opened this issue Feb 27, 2024 · 0 comments
Labels
performance Stuff that will potentially improve performance

Comments

@linkdotnet
Copy link
Sponsor Collaborator

In its current shape the WrapperElementsGenerator does return IncrementalValuesProvider<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.

@egil egil added the performance Stuff that will potentially improve performance label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Stuff that will potentially improve performance
Projects
None yet
Development

No branches or pull requests

2 participants