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

Add Mark by Fluent Api #44

Closed IamMartinPeek closed 1 year ago

IamMartinPeek commented 1 year ago

Hey got a question, could you add an extension to the fluent api so we can mark columns to be encrypted with the fluent api? Like a IsEncrypted()-Extension or something. I got my Db Models in another Library and don´t want to add a Nuget package to that library as it should have no dependencies.

Eastrall commented 1 year ago

Hi, fluent API support will be added in version 4.0.0. Check PR #45. 😄

Eastrall commented 1 year ago

Shipped in 4.0.0