报错 CS0649
报的错:

CS0649 C# Field is never assigned to, and will always have its default value null
解决方案:
private IEnumerable<Machinetaskhistory> _lstTasks = null;
报的错:

CS0649 C# Field is never assigned to, and will always have its default value null
解决方案:
private IEnumerable<Machinetaskhistory> _lstTasks = null;