Jakub Jareš

Results 166 issues of Jakub Jareš

Infinite loop for `FileInfo` and `DirectoryInfo` due to `Root` properties in `DirectoryInfo`. Should we restrict depth as a general fix in addition to specialcasing `DirectoryInfo` in `Get-DisplayProperty2`? _Originally posted by...

Assertions

### Checklist - [X] Feature request 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...

Documentation
Assertions

### Checklist - [X] Feature request 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...

Feature
Assertions

### Checklist - [X] Feature request 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...

Feature
Assertions

### Checklist - [X] Feature request 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...

Feature
Assertions

### Checklist - [X] Feature request 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...

Feature
Assertions

Both approaches look pretty ugly, ideas? ![image](https://github.com/pester/Pester/assets/5735905/dac11060-cad4-49da-9557-4c80e3f775ec) ![image](https://github.com/pester/Pester/assets/5735905/75da68a3-a584-457b-87da-ddf6611090f1) Fix #2434

Requires docs update https://github.com/pester/docs/blob/3d2a713d54cdfb2ff1e296faa302a843f40e5cc3/docs/usage/testregistry.mdx?plain=1#L10 _Originally posted by @fflaten in https://github.com/pester/Pester/pull/2239#discussion_r1605748471_

Documentation

## Summary Add **usage** analyzer that ensures that a non abstract class with `[TestMethod]` is marked with `[TestClass]`. ## Background and Motivation Discoverer looks for classes that have attribute derived...

sprint
Type: Feature
Area: Analyzers

When 0 items are produced and the code does not throw, we throw just to catch the exception. This could be made more efficient by extracting the catch and using...

Area: Performance