Jakub Jareš

Results 166 issues of Jakub Jareš

## Summary MSTest v3 ships with a set of analyzers which are balanced to avoid braking changes. Add a way to increase the severity of such rules for new projects...

Type: Feature

## PR Summary Add `-Count` to Should-BeCollection with the usual caveat of not being able to tell single item array from single item when using `|` syntax. Fix #2534 ##...

## Description Trying fixes for #5191

## Describe the bug Timeout tests are flaky on CI, investigate that: https://github.com/microsoft/testfx/pull/3947

Type: Chore
Area: Timeout

Hangdump fails when path to dump has spaces in it. This is caused by https://github.com/dotnet/runtime/issues/109075 but can be worked around by wrapping the path to dump in quotes. This only...

Type: Bug
Area: Testing Platform Extensions

In https://github.com/microsoft/testfx/pull/3932 we put standard output into two properties on test node, those are potentially both serialized when calling a client, check if that is the case, and make sure...

Needs: Triage :mag:

## Describe the bug `public sealed record TestMethodIdentifierProperty(string AssemblyFullName, string Namespace, string TypeName, string MethodName, string[] ParameterTypeFullNames, string ReturnTypeFullName) : IProperty` is serialized to log via call to `.ToString()`. This...

Type: Bug
Needs: Triage :mag:
Area: Testing Platform

## Describe the bug Passing -bl to dotnet test will not propagate it to msbuild. It would be helpful to allow binary log in some way to allow debugging build...

Type: Feature
External: dotnet test

## Summary Part of #2162 that was not implemented, because we want to compare the experience between single dll run, and multi dll run (in dotnet test), once we have...

Type: Discussion
Type: Feature
Area: Testing Platform Extensions