Florian VL

Results 7 comments of Florian VL

Any news on this? @caiodorn @altrdev @davidepedone did any of you manage to solve this problem?

Has anyone found a workaround or fix for this? Also encountering really weird method formatting here but can't find a config option to disable it. ```c# public async Task< PagedResult...

Hi @HofmeisterAn, I greatly appreciate the swift response and help! The Podman endpoints seems to be: npipe://\\.\pipe\podman-machine-default ``` $ podman context ls Name URI Identity Default ReadWrite podman-machine-default ssh://[email protected]:53942/run/user/1000/podman/podman.sock C:\Users\vl\.local\share\containers\podman\machine\machine...

I reinstalled podman and podman desktop to be sure, but to no effect. Weirdly enough, the tests work fine when running in Rider. Apparently it had a setting that set...

Hi Andre, Same issue, I'm afraid. parallel 1 succeeds, 4 fails (or when running with dotnet test) Only logs I could find: ``` info: MinIOFixture[0] Connected to Docker: Host: npipe://./pipe/podman-machine-default...

We are using 3 TestContainers at once 🙈 we are using XUnit, yes! Something akin to too many simultaneous requests sounds like it could be the problem, since the errors...