Doug Murphy

Results 13 issues of Doug Murphy

In the add/remove programs of Windows 10, the application name has a slight typo. It is listed as "UWPHok".

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Feature ### :arrow_heading_down: What is the current behavior? The Docker image does not support .NET...

## 🐛 Bug Report The Docker image currently only uses .NET 5 SDK and therefore does not support C# projects using .NET 6. ### Expected behavior Running the nukeeper Docker...

* Resolves #104 by adding in additional address field generations for USA addresses. * Also fixes a few minor issues found with upper-bound exclusivity.

Support should be added for additional address information for USA beyond just the state. This includes address line 1, city and postal (ZIP) code.

This idea came from #86. It would be helpful to be able to allow nullable value types to be generated as null instead of falling back to their non-nullable equivalents....

It seems to me that the RandomGenerator class maybe shouldn't be public, but rather it should be internal since it seems to be (at least almost) a complete duplicate of...

Placeholder issue for the next major release. With #112 it was decided that `RandomGenerator` is a duplicate of `GetRandom` and should therefore be made `internal`. Since this is a breaking...

As a consumer of this package, I would like IntelliSense displayed when I am using this package in my software so that I can better understand what the methods I...

https://help.github.com/en/github/building-a-strong-community/setting-guidelines-for-repository-contributors Update the contributing guidelines file that is already present in the repo to be renamed contributing.md so that GitHub can detect its presence and provide more meaningful context to...