seriouz
seriouz
As far as i can imagine: Extensions which require Omnisharp will stop working without it. Both Omnisharp and csharp-language-server cannot run at the same time. So we have to let...
I'll check it out soon, and give some feedback. Thanks!
I have trouble setting it up. The container shuts itself down. Here is my compose: ```yml version: '3.8' services: pg-0: image: bitnami/postgresql-repmgr:latest ports: - 6430:5432 volumes: - /docker/local/database_repmgr2/pg-0:/bitnami/postgresql environment: -...
@rafariossaa I don't get the witness node running. It always error out with the message that its already declared as primary. ```yaml version: '3.8' services: pg-0: image: bitnami/postgresql-repmgr:latest ports: -...
No this issue is still not solved!
I am closing this in favor of https://github.com/bitnami/containers/issues/27124
@kstatz12 Any progress here?
Isn't there a nuget which I can use?
Still broken! Cannot define a route with `[Route("api/test?id={var}")]`
@RicoSuter @TomSmith27 any news on this?