Jukka Snellman
Jukka Snellman
Instead of changing the existing methods, what about adding a new call between Should() and Contain() which specifies a custom equality comparer? It could be repeated multiple times. ```csharp ResultIEnumerable.Should().UsingEqualityComparer(new...
This library could be useful to us and we also have the need to customize the generation replace services. However, the way you're describing it sounds more like service locator...
We have a similar situation, with services that should be conditionally configured on application startup. These are currently implemented as virtual methods in Startup. ```csharp public class Startup { public...
> It makes the cognitive complexity a lot worse. Types matter. When scanning through code you can immediately know what Dictionary is, but StringMap someone unfamiliar with the code will...
I think the `ApmRoute` type isn't available anymore anyway? Seems to have been removed. So the option 2 is the only way, without reimplementing `ApmRoute`. I'm doing the migration to...
Same problem here. Node v20.14.0, msw 2.3.1, vitest. Downgraded node to 20.12.2, and now it works again.
To anyone interested: I still had issues with recent node versions (tried both v20.17.0 (LTS) and 22.9.0 (current)). Here's how I fixed it for me: I had to add and...
> Of course, the major databases can run in a docker container, which is very easy to manage. As I wrote above, I suggest taking a look at [testcontainers](https://dotnet.testcontainers.org), and...
All right. Thank you for your response. I understand. Thanks for the great plugin, it was really useful when we didn't have strict = true.
@AlexEngblom could we get this and the other PR merged?