Wasenshi
Wasenshi
It's just my use case where the app is in initial state and the server url is not yet configured, so the url might be in that format at first...
> You could also look at the url before initializing the SignalR connection. Yes, that is my workaround right now. But anyhow, would be nice if this is addressed from...
> I solved by editing the source code of ngx-charts library. Replaced the @Injectable() decorator with: @Injectable({ providedIn: 'root' }) for both TooltipService and InjectionService also removed the providers from...
Hi @Deffiss , yes, I checked my CI/CD and it indeed doesn't have docker installed in the build process. So I went on and installed docker but now I got...
Hi @Hellevar , No, I didn't use any private image. Please note that this error is from when the method `DockerEnvironment.Up()` is called. Another thing I noticed is, the number...
Additional information: this is my implementation of the EnvironmentFixture follow your sample ``` public class EnvironmentFixture : IAsyncLifetime { private readonly string _environmentName; private DockerEnvironment _environment; public HttpClient TestClient {...
Yes, I run that before running `dotnet test` and still the same outcome.
@Deffiss hi, I've just solved the local problem and now everything works fine just as it should be. _(basically, I used the common same name for any Postgres container created...
@Deffiss Thank you for your suggestion. Well, but I have tried it. With .DockerInDocker(true) and also pull Postgres image beforehand, still no luck. I think it has something to do...