Jonathan Gilbert

Results 24 issues of Jonathan Gilbert

This PR: * Adds a unit test that I'm _pretty sure_ will find a DST window and force a value to generate inside of it. Works on my system, anyway....

Added a unit test for issue #319 highlighting the issues with the new `Decimal()` implementation for very large ranges. Added code to `Randomizer.Decimal` to detect these situations and compensate for...

### Version Information | Software | Version(s) | | ------------------------| ---------- | | Bogus NuGet Package | 31.0.3, 33.0.2 | | .NET Core? | | | .NET Full Framework? |...

### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am running the latest version of Nancy - [x] I have verified...

Initial implementation: Per @dennisdoomen in comments on #1893, this PR marks the `ReadOnlyNonGenericCollectionWrapper` type public so that it can be referenced by an extension package. An XMLDoc comment is added...

This PR adds a new type `TypeDescriptionUtility` that includes some logic to improve the readability where type names are being included in test output. In particular, LINQ result sets are...

This PR adds functionality on top of the `DataSet` assertions which was originally written for https://github.com/fluentassertions/fluentassertions/pull/1812 but which got moved out for its own independent pull request/evaluation. The changes add...

A PR with new Google icons was recently merged. I was concerned about (albeit minor) quality issues during review of the PR, but wasn't able to give it my full...

Hello :-) When writing _unit_ tests, obviously the ideal is for the tests to be as isolated as possible, so that nothing external and also no other tests can interfere...

**Is your feature request related to a problem? Please describe.** I have a situation with a partial mock where I want to make use of the existing implementation, but intercept...

feature-request