Jakub Jareš
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...
### 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...
### 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...
### 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...
### 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...
### 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...
Both approaches look pretty ugly, ideas?   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_
## 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...
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...