Answers for "Severity Code Description Project File Line Suppression State Error CS0030 Cannot convert type 'System.Threading.Tasks.Task<>' to 'ViewModelsl' Active"

C#
0

cannot implicitly convert type 'system.threading.tasks.task string ' to 'string' c#

public List<int> TestGetMethod()  
{  
    return GetIdList().Result;  
}
Posted by: Guest on October-20-2020

Code answers related to "Severity Code Description Project File Line Suppression State Error CS0030 Cannot convert type 'System.Threading.Tasks.Task<>' to 'ViewModelsl' Active"

C# Answers by Framework

Browse Popular Code Answers by Language