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

EF core 5.0 #29

Closed heggi closed 2 years ago

heggi commented 2 years ago

Is it compatible with EF Core 5.0?

Eastrall commented 2 years ago

Hello @heggi, the library actually targets netstandard2.0 and must have Entity Framework Core >= 3.1.0. So theoritically, it should work with EF Core 5. If you are facing issues with EF Core 5, please reopen a new issue.

Let me know if I can close this issue.

heggi commented 2 years ago

Try basic queries with EFCore 5.0. It's work without errors!