Jakub Jareš

Results 166 issues of Jakub Jareš

Enable view with progress for new dotnet test experience ( that is under the env variable flag ) ![progress-dotnet-test](https://github.com/user-attachments/assets/7a249f82-08e7-4d43-8f0f-275d0e58cab4)

Area-DotNet Test
untriaged

### Description .NET diagnostics client fails when path to dump file has spaces in it. This reproduces both on net8 and net9, and fails with error: [createdump] The pid argument...

area-Diagnostics-coreclr

### Checklist - [x] Issue has a meaningful title - [x] I have searched the existing issues. See [all issues](https://github.com/pester/Pester/issues?q=is%3Aissue) - [x] I have tested using the latest version of...

## PR Summary Replaces special chars with their printable variants in Format-Nicely, to fix showing such strings in output, especially when code that contains ansi escape sequences is handled. Fix...

## Summary datarow mismatch tells me that some indices have mismatches in data. This message is precise, but not very clear (to me). ## Background and Motivation ![Image](https://github.com/user-attachments/assets/eae049c6-5aee-4b91-a14b-ed863e2179e9) ```csharp [TestMethod]...

Area: Analyzers

Cannot move there, see: https://github.com/dotnet/sdk/issues/38983

Help-Wanted

Tries to fix #2655, but cannot repro.

## PR Summary Removes fallback to the mocked command. And replaces it with error message . ```powershell import-module .\bin\Pester.psd1 -force Invoke-Pester -Container (New-PesterContainer -ScriptBlock { Describe "a" { It "b"...

Partially fix #6906 The data are there, but the formatting is not great.

## Summary Run tests in random order. By randomizing the classes and the the tests within them, as well as the non-parallelizable tests. Allow reporting and consuming the random seed...

Area: MSTest