Mark Junker
Mark Junker
Is there an error on the server side? IIRC there's nothing you have to configure to enable FTPS.
It seems that the internal FTP server task fails to start on all specified addresses and you see the shown error message when try to stop it. It would be...
It might've been a problem in an older version of .NET (Core), that the stream would only be cancelled when new data arrives or some timeout occurs.
I thought that I read in an article (MS blog post), that they fixed it in .NET Core 3.1, but I might be misremembering it. You can read more about...
I get the same warning on Ubuntu 21.10.
Maybe it's a version mismatch (wrong assembly binding redirect)?
Can you please test the msbuild runner with 3.2.1? dotnet-fm usually works best when called with an assembly from a directory containing the result of a `dotnet publish`. The external...
Yes, there are databases that don't support all types. There may also be providers that don't provide workarounds for the types not natively supported by the database. I - for...
Regarding the version number: I thought about it and it was tempting, but I decided against adding a version number, because version number schemes change more often than I like....
My thoughts on this issue were: Make `AsStringMax()` an alias for `AsString(int.MaxValue)` (or vice-versa), which will be translated to a CLOB type for the different databases. IOW: The Postgres and...