How to reproduce:
1. Open the attached project "IN-128942"
2. Observe the console
Actual result: Error SGICE002 is shown in the Console
Expected result: Error SGICE002 is not shown in the Console
Reproducible with: 1.2.0 (6000.0.0b11), 1.4.4 (6000.0.65f1, 6000.3.4f1), 6000.4.0b4, 6000.5.0a4
Reproducible on: Windows 11
Not reproducible on: No other environments tested
Notes:
- Issue appears because of elements being in wrong order in the foreach statement on line 16 of the “TestProductionSystem” script. The correct order of elements is “(DynamicBuffer<StockpileEntry> stockpile, Entity entity)“ instead of “(Entity entity, DynamicBuffer<StockpileEntry> stockpile)“
- Correct CS0029 errors are also shown