Dear,
On our development environment we are having the following error when we try to run compilation:
Compilation errors
File name: OrderSchema.Custom.cs
Code CS1061 - Line 1727
'IEnumerable<EntityColumnValue>' does not contain a definition for 'Any' and no accessible extension method 'Any' accepting a first argument of type 'IEnumerable<EntityColumnValue>' could be found (are you missing a using directive or an assembly reference?)
We tryed to restore Order and OrderPageV2 from the prod
Recompile all environment
Clear Redis and restart application
I can figure where from is this error coming...
Thank you for help !
Nicolas