Livar

Results 9 issues of Livar

_From @bhugot on June 20, 2017 9:50_ ## Steps to reproduce Create a test project with 2 targetFrameworks and 1 Test run Dotnet Test --logger "trx;LogFileName=abc.trx" ## Expected behavior The...

enhancement
exp: cli
needs-triage

_From @moozzyk on July 19, 2017 23:29_ ## Steps to reproduce ``` dotnet new xunit -lang C# dotnet run ``` ## Expected behavior Any indicator that tests were actually not...

enhancement
exp: cli
needs-triage

_From @khteh on Thursday, November 7, 2019 2:50:24 AM_ ``` $ donet build-server shutdown Razor build server (process 21629) failed to shut down: The shutdown command failed: The application to...

triaged

_From @DerAlbertCom on Friday, August 9, 2019 12:35:27 PM_ dotnet swallows silently xunit tests (maybe also test from other test frameworks) when there is a problem on the test discovery....

triaged

_From @kromatic on September 21, 2017 20:58_ ## Steps to reproduce Run `dotnet new classlib` in new project folder. ## Expected behavior On Linux, this should create Class1.cs and .csproj...

need-pm-discussion

_From @jonsequitur on December 15, 2016 19:10_ ## Steps to reproduce * Add a `Console.WriteLine` call in a test, .e.g `GivenThatIWantToMigrateTestApps.ItMigratesRootProjectAndReferences` * On Windows, `dotnet test --test-case-filter "FullyQualifiedName=Microsoft.DotNet.Migration.Tests.GivenThatIWantToMigrateTestApps.ItMigratesRootProjectAndR eferences"` ##...

needs-triage
needs-attention

_From @kmcgain on April 9, 2017 23:19_ This may be a missing feature rather than an issue. ## Steps to reproduce dotnet new xunit dotnet restore dotnet build dotnet test...

enhancement
exp: cli
triaged

I would like to add the muted option to FilterMenu. It should just be a pass through to the underlying MenuToggle. If folks are open to it, I would be...

_From @evildour on July 5, 2017 15:54_ ## Steps to reproduce Create new .NET Core class library (and solution) in VS 2017 Right click solution and add new .NET Core...

triaged