jons-aura

Results 6 comments of jons-aura

What would it take to have this added? I saw reference to expanding a whitelist, is that all it would take? The project I'm working on takes ILogger instances as...

I did some local digging. So far I've removed/disabled the code below because Serilog itself doesn't show up in the sub projects because they only rely on ILogger from Microsoft.Extensions.Logging...

@JoshClose This bug is blocking my company from updating CsvHelper and by proxy updating to .Net 6 . Explicitly listing all the properties is not a feasible workaround for us.

@JoshClose This bug is blocking my company from updating CsvHelper. Manually listing all the properties is not a feasible workaround for us.

I'm trying to enable nullable reference types as well and having to drop null forgiving operators "!" even after Is.Not.Null checks is doable but rather irksome so it would be...

I am disappointed that it sounds like an explicit `Assert.NotNull()` can't be annotated as a null check as I'm sure a lot of us hoped. Not surprised about `Assert.That` being...