Commit 37b239e
Move BackgroundThreadJob property to PipelineBaseAst base class
- Moved BackgroundThreadJob from ChainableAst to PipelineBaseAst
- This ensures the property is accessible when the parameter type is PipelineBaseAst
- Fixes CS1061 compilation error where PipelineBaseAst didn't have BackgroundThreadJob
Co-authored-by: kilasuit <6355225+kilasuit@users.noreply.github.com>1 parent 9818713 commit 37b239e
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5540 | 5540 | | |
5541 | 5541 | | |
5542 | 5542 | | |
5543 | | - | |
5544 | | - | |
5545 | | - | |
5546 | | - | |
5547 | | - | |
5548 | 5543 | | |
5549 | 5544 | | |
5550 | 5545 | | |
| |||
5682 | 5677 | | |
5683 | 5678 | | |
5684 | 5679 | | |
| 5680 | + | |
| 5681 | + | |
| 5682 | + | |
| 5683 | + | |
| 5684 | + | |
5685 | 5685 | | |
5686 | 5686 | | |
5687 | 5687 | | |
| |||
0 commit comments