System.Collections.Generic.IEnumerable’ does not contain any definition for ‘ToList’

Are you missing a using directive for System.Linq?

https://learn.microsoft.com/en-us/dotnet/api/system.linq.enumerable.tolist

Leave a Comment