What is the dotnet test
equivalent of .NET Framework 4.7.2?
I am trying to integrate altcover in my project. The instructions on the wiki all have commands using the dotnet
command. But since my project uses 4.7.2, I do not have the dotnet
command.
It also says online that altcover works with .NET framework as well. But I can’t figure out how to use it.
I have installed altcover using nuget, but do not know how to proceed further. Any help would be greatly appreciated!