Recently we have started using sonarLint plugin in visual studio for improving code quality and coverage. After that we are getting the suggestion from replacing the Tolist() with ASEnumerable.
Error text: Drop this useless call to 'ToList' or replace it by 'AsEnumerable' if you are using LINQ to Entities.
The object for which it is giving the exception is fetch using the dapper and datatype of it is IEnumaerable.