Eastrall / EntityFrameworkCore.DataEncryption

A plugin for Microsoft.EntityFrameworkCore to add support of encrypted fields using built-in or custom encryption providers.
MIT License
326 stars 54 forks source link

Migrate to version 5 : Type Nullable`1 does not support encryption #63

Closed DanTsion closed 4 months ago

DanTsion commented 4 months ago

Hey,

Thanks for your work to maintain this awesome plugin to EF Core.

I used it from .net 3.1 and all work perfectly, except from now :/

I explain: I've just migrate to .net Core 8 and update your library to version 5 .. but it crash when I want to read my data when it null

How use it please ?

image

Thanks for your answer :)

DanTsion commented 4 months ago

I've put [Encrypted] on a DateTime value. Sorry for this issue. The library ignore this before, with .net Core 8 support, it crash on it !