Severity Code Description Project File Line Suppression State Error CS0030 Cannot convert type 'System.Threading.Tasks.Task<>' to 'ViewModelsl' Active code example
Example: cannot implicitly convert type 'system.threading.tasks.task string ' to 'string' c#
public List<int> TestGetMethod()
{
return GetIdList().Result;
}