LC0006 - StefanMaron/BusinessCentral.LinterCop GitHub Wiki
LC0006 - Fields with property AutoIncrement cannot be used in temporary table
The property AutoIncrement
on a table field, will ensure that the SQL Server will handle incrementing the field value for new records.
As temporary tables are not present on the SQL Server this will lead to runtime errors.