force
force
We're using linq2db with PostgreSQL provider. Dates are stored in `timestamp without time zone` column type (to prevent PG from date conversion, we're doing it at code level). Some parts...
I've found and issue with Hyperion related to stream reading. I did not analyze carefully which line of code is failing (it seems, it serious issue related to StreamEx class)....
Current version in Nuget does not have a strong name. As result, there are problems when this library is used in strongly named applications
It is impossible to use this library in strong named applications, because it does not have strong name. Also, there are no sense to use netcoreapp1.0;netcoreapp1.1;netcoreapp2.0 as target frameworks, this...