zejji
zejji
Unit and integration tests should generally be deterministic (see [here](https://martinfowler.com/articles/nonDeterminism.html); with the potential exception of cases where one is specifically trying to implement randomized tests as a form of exploratory...
I note that in the documentation you state that: > This library relies on the `Microsoft.Extensions.DependencyInjection`, so it only works with DI containers that integrate with those abstractions. Have you...
### Description Currently dependency injection is supported in Controllers and Commands ([reference](https://book.cakephp.org/4/en/development/dependency-injection.html)). It's also fairly easy to set up in Listeners since the end user has control over the creation...
When running Hangfire on a single server, there are currently two things which I would love to see: - when using EF Core, I don't believe there is any way...
I am interested in using MessagePipe both as an internal message dispatcher (like Mediatr) using the in-memory provider, as well as for fire-and-forget asynchronous background jobs (like Hangfire, CAP or...
For the same reasons noted in [this discussion](https://github.com/solidui/solid/issues/22) - principally maintainability once a project becomes larger than a toy example - it would be helpful to convert this repository to...
### Description We maintain a large CakePHP 4.4 application with many hundreds of thousands of lines of code. In recent years, we have increasingly moved towards a trunk-based development model,...