-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
area-Extensions-Loggingin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is mergedsource-generatorIndicates an issue with a source generator featureIndicates an issue with a source generator feature
Milestone
Description
Description
Lines 34 to 35 in 985eedd
| IncrementalValueProvider<(Compilation, ImmutableArray<ClassDeclarationSyntax>)> compilationAndClasses = | |
| context.CompilationProvider.Combine(classDeclarations.Collect()); |
I think having the Compilation in the generator pipeline will cause it to fully run on every change, so this is losing the benefits of being incremental.
cc @333fred
Reproduction Steps
Expected behavior
Generator pipeline shouldn't have a Compilation or ISymbols, etc.
Actual behavior
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-Extensions-Loggingin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is mergedsource-generatorIndicates an issue with a source generator featureIndicates an issue with a source generator feature