Corentin Altepe

Results 6 comments of Corentin Altepe

Hi, was this implemented with v2.0.0 ? I can't seem to find the method.

Hi, I've hit this issue again. I tried injecting a different instance of `JobStorage` in each application instance under test (test scope). But I still get the jobs mixed up....

Hi, I also had the same issue and also fixed it by adding `Microsoft.Bcl.AsyncInterfaces` to all projects using healthchecks. However, this is more of a workaround than a fix, isn't...

Hi @sungam3r. Is this what you were looking for? ![image](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/assets/14869153/1a912c56-4eaa-4db4-986e-bf0985026ac3)

hi @jufa2401, hi @domn1995. Unfortunately I haven't been able to fix the issue nor work around it. I still believe [this line](https://github.com/HangfireIO/Hangfire/blob/93b44aba4ab06624003e1a7c18b0a59579491913/src/Hangfire.Core/GlobalConfigurationExtensions.cs#L41) is reponsible for the static singleton pattern affecting...

I confirm having the same issue when building on Windows with a Docker container running Sloth. Converting the .yml file to LF instead of the default CRLF fixed the error...