Viktor Hofer

Results 78 issues of Viktor Hofer

``` Test run for C:\git\runtime3\artifacts\bin\System.Console.Tests\net5.0-Windows_NT-Debug\System.Console.Tests.dll (.NETCoreApp,Version=v5.0) Starting test execution, please wait... A total of 1 test files matched the specified pattern. Data collector 'Blame' message: All tests finished running, Sequence...

With https://github.com/dotnet/toolset/commit/1214ec9da622b4a751230a6c2240b1c103791728#diff-3e71c85821fdc972adec6f9e60e2541e, `dotnet test` now also supports invoking an assembly which makes dotnet vstest de facto obsolete. The docs and `dotnet test` help message needs to be updated to reflected...

needs-triage

Following up on https://github.com/microsoft/vstest/issues/2229#issuecomment-571822652. If no .runsettings file is passed to vstest.console on an assembly invocation (ie dotnet test abc.dll), it should search for one in the test assembly's directory....

needs-triage

This is a question therefore I removed the default issue template. As I haven't been following what changed in vstest in the last 9 months I was wondering if VSTest...

question

Example log: ``` C:\helix\work\workitem>C:\helix\work\correlation\dotnet.exe C:\helix\work\correlation\sdk\6.0.0\vstest.console.dll System.Net.Security.Tests.dll --Settings:.runsettings --Platform:x64 --Blame:"CollectDump;CollectAlways=true;DumpType=Full;CollectHangDump;HangDumpType=Full;TestTimeout=900s" -- RunConfiguration.DotNetHostPath="C:\helix\work\correlation\dotnet.exe" Microsoft (R) Test Execution Command Line Tool Version 16.8.0 Copyright (c) Microsoft Corporation. All rights reserved. Starting test execution,...

enhancement
triaged
blame

In dotnet/runtime we are currently setting the following properties to make F5 work: https://github.com/dotnet/runtime/blob/21e8298bfdeb833bdcd000ff2cf90a765c05a02a/eng/testing/xunit/xunit.targets#L7-L15 I feel like this shouldn't be needed to be set by individual consumers and should come...

triaged

If the coverlet data collector is configured via a .runsettings file and set to `enabled=True`, the InProcessDataCollector isn't added to the vstest.console's internal .runsettings memory representation. The impact is that...

Declaring a IRuleFactory interfaces that is responsible for providing rules to run. Provide the RuleFactory implementation by the frontend so that they can pass custom settings to the individual rules...

Area-ApiCompat

Such a great library deserves both a great package description and an icon:

It would be great if a module could be defined as a class so that it can have a constructor which is useful when passing in Func factory methods to...