EntityFrameworkCore.DataEncryption icon indicating copy to clipboard operation
EntityFrameworkCore.DataEncryption copied to clipboard

Decimal , Double , long types

Open mohammadrezaamiri opened this issue 3 years ago • 2 comments

hi I try to encrypt properties by integer types like long , decimal , double but it didn't support

I myself use ConverterBuilder<TModelType> to handle my need but it warned me that it is internal and maybe removed in future without any awareness.

what happened in future about this need ?

mohammadrezaamiri avatar Jun 28 '22 06:06 mohammadrezaamiri

ConverterBuilder<TModelType> might be removed in the future indeed. I am working on V4 on a code refactoring so adding types could be easier. Primitive types is not in the library scope for V4, but might be for V5.

Eastrall avatar Oct 10 '22 10:10 Eastrall

Any updates of this?

NorDroN avatar Jul 26 '23 13:07 NorDroN