Evgeny Morozov

Results 61 comments of Evgeny Morozov

I managed to track down the second error ("Missing '('.") by selecting subsets of tests to run. Here is a repro for it (I added this to the ZIP in...

Just ran into this when trying to troubleshoot #931. Isn't this a trivial change to make?

If you mean what the client generates when I call CreateConnection - I don't know how to capture that. But it should be easy to repro the problem with the...

> Could you please uprade the [.NET plugin](https://teamcity.jetbrains.com/repository/download/TeamCityPluginsByJetBrains_NetPlugin_NetDev/3871482:id/dotnet.zip) for TeamCity 2022 Thanks, but even with this update the build fails when the build configuration name contains a comma. > -p:teamcity_buildConfName="Linux,...

> @loop-evgeny please try [this plugin](https://teamcity.jetbrains.com/repository/download/TeamCityPluginsByJetBrains_NetPlugin_NetDev/3877878:id/dotnet.zip) That works with a comma in the build configuration name, thanks! It's URL-encoded in the 1.rsp file now: > -p:teamcity_buildConfName="engine (Linux%2C DebugMode off)"

I'd find this useful as well. We have a similar use case: a DB wrapper class runs some queries and it's complex enough that it calls many methods, some of...

Aha, so `NpgsqlConnector.InTransaction` will return the wrong value (true) if a transaction was started, a command in it failed, but the transaction has not yet been rolled back?

.NET Core 3.1. Yes, the PG server only allows SSL connections (pg_hba.conf has only a `hostssl` entry for the client host).

OK, that somewhat explains it. I don't have a HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp\DefaultSecureProtocols registry value on my Windows 7 client machine and it's unclear to me from the linked article what version...