I have setup vscode with omnisharp to dev dotnet core app, I wrote some unittest using Nunit and execute it by terminal command dotnet test --logger:"nunit"
dotnet test --logger:"nunit"