Sean Farrow

Results 128 comments of Sean Farrow

I solved this in two ways: Firstly, by writing an extension method for Arg, Arg.IsAnyType that itself uses the Arg.Is(Expression) method and just returns true. Secondly, Given that the FormattedLogValues...

I recently found Melt: https://github.com/alefranz/MELT.git This makes writing integration tests that check what is logged really easy with the TestSink. From: David Tchepak [mailto:[email protected]] Sent: 14 January 2020 21:44 To:...

What I’ve taken to doing is splitting this up: In the unit tests, I test that the logger was call (or not depending on the test) the number of times...

@dtchepak, I'm having an issue with Arg.Is(T value) where the default equality comparer is not working as I'd expect. I've got a class that inherits from a base class to...

Is this under development, or is somebody working on this? I'd love to help where possible. Thanks, Sean.

Hi Mario, Don’t worry about the time to reply, I know how busy people get. Three questions before I start: Firstly, what .Net frameworks do we want to support? Secondly,...

Hi, For everything I’m thinking about/looking at, it would explicitly be for the next major version. I think we could probably get away with the following TFM’s: .Net Standard 2...

@IEvangelist yes, what's the timescale for the next release?

@IEvangelist Can you assign this to me please? Thanks, Sean.

This is something I plan to look at in a couple of weeks—probably by the end of October. From: David Pine ***@***.***> Sent: Friday, September 29, 2023 7:13 PM To:...