Brian McCord

Results 7 issues of Brian McCord

I posted this to StackOverflow as well. If there is an answer there, I will update this issue. This one has been causing me grief for a while. I have...

circle back

After doing something like this: ```connection.SetupDapper(c => c.Query(It.IsAny(), It.IsAny(), null, true, null, null)).Returns(new List());``` Then trying to do: ```connection.Verify(s => s.Query(It.IsAny(), It.IsAny(), null, true, null, null), Times.Exactly(invoice.InvoiceLines.Count()));``` The verify fails...

Currently, when an issue is found no instruction is given for how to possibly fix that issue. Could we add "Things to try" text that would possibly point them in...

https://security.googleblog.com/2021/07/measuring-security-risks-in-open-source.html

If you have a viewmodel with an observableArray, and you are tracking it with editables, if you remove an element from the list, the hasChanges flag goes true. This is...

Is there a way with your editable to set it initially dirty? For instance, if I'm adding a new item to a list, the fact that the item is new...

When using indent-rainbow, it colorizes the output window and the terminal window if there are any tabs in those. I know this is a duplicate of a closed error, but...