Bernhard Maier

Results 8 comments of Bernhard Maier

Hey Vladimir, as @hankovich already mentioned in #358 , the `.GetValueOrDefault()` method is currently available only for `Maybe`. Do you plan to implement this method on `Result` as well? Thank...

Like you said, there is currently no easy way to map a nullabale object to an equivalent `Maybe`, for example `Offer?` to `Maybe` via `Maybe.Create(T? obj)`. I implemented a method...

@jclsn Very good 👏 I'm really looking forward to being able to use more functionalities.

Same here, using Postman v7.29.1 Error: write EPROTO 1802223064:error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER:../../third_party/boringssl/src/ssl/tls_record.cc:242: EDIT: I tried to access the wrong port (8085). After i tried it with the correct one (8086), it worked......

Same issue in our azure devops build pipeline (linux agent) and also in local dev environment (windows machines). `--verify-no-changes` does not change the result.

We found out that the repo owner `Retired from open-source` and may not responde to our questions in this issue: ![grafik](https://github.com/Eastrall/EntityFrameworkCore.DataEncryption/assets/46556453/9fdb8902-c4ac-4292-9e35-607635d6fde7)

We found two possible alternatives that seem to be "clones" of Eastralls package or at least are based on it: - [V6.EntityFrameworkCore.DataEncryption](https://www.nuget.org/packages/V6.EntityFrameworkCore.DataEncryption) - [EntityFrameworkCore.Crypto.DataEncryption](https://www.nuget.org/packages/EntityFrameworkCore.Crypto.DataEncryption) Both have almost the same readme...