7
deliwa
5y

Returning back to the C# with NET Core was a mistake.

Currently working on a simple web project and I'm already stuck with the simplest problem: cannot connect to the local PostgreSQL instance.

"Cannot resolve host", bull-fucking-shit, localhost is not resolvable, 127.0.0.1 is not resolvable.

Better enough, tried to run Dns.GetHostEntry (which failed from the stack trace) on same localhost and... It's working... Why it's not working on the fucking Npgsql, why it's not working in the lib.

Now I totally understand that I don't get Microsoft's way of solving problems.

Comments
Add Comment