Philip Wille
Philip Wille
### Background / Steps to reproduce I have the following setup: - An ASP.NET Core web application running with .NET 6. - Hangfire with the latest version 1.8.9 - MAMQSqlExtension...
### Background and motivation Currently, FluentAssertions has methods to assert the year, month, day, hour, minute, second and offset of a DateTimeOffset (HaveX), but an equivalent method for the millisecond...
### Background and motivation The `IComparable` interface offers a single method `CompareTo(...)` that accepts a nullable T (T?). When we want to write a test for the case, where we...