I have a simple console application which targets ".NETFramework,Version=v4.7.2" and I am using coverlet to get coverage when I give command dotnet coverage collect dotnet test followed by arguments it says:
Nothing to do. None of the projects specified contain packages to restore
I am in the folder where test projects are. Is there any way to do this?