Mel Grubb
Mel Grubb
### Environment - Visual Studio version: 2017 Enterprise - CodeMaid version: 10.5 - Code language: C# ### Description I'd like a simple "Type" choice for primary ordering. I don't care...
I have a mask for a US phone number, "(###) ###-####", but the field is also used alternately for an email address, which has no mask. There is a drop-down...
I could very well be wrong about this. That happens a lot, but given the following setup, I'd expect all four tests to pass here. ``` private readonly TimeZoneInfo EST...
This was just a first attempt at checking off a personal backlog item through refactoring. We've used Shouldly over Should for a while now. It's more frequently maintained, and provides...
I am still diagnosing this and reading through your code to make sure I have this right, but it appears from the outside that it is only paying attention to...
### Please describe why you are requesting a feature Apologies if this exists already, but I'm looking for a way to use Bogus to anonymize data. I would like to...
**What happened**: I am implementing a very simple querystring-based auth, similar to how Azure functions can require keys to be passed in the URL. The code looks like this: ```cs...
Our project uses pseudo-hierarchical names for the parameters to keep them organized. The Environments dialog is too small to read the longer names. The dialog should be resizable, as well...
I have a T4 script which I've converted to Scripty so that it can run as part of an AspNetCore solution. The script builds test object factories by reflecting over...
Obsolete properties are being picked up, and backing properties and With methods are being generated for obsolete class members. If a project has WarningsAsErrors on, this will prevent compilation. Either...