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 support for the EF Core 7 while targeting .NET 6 #54

Closed dbulgakov closed 1 year ago

dbulgakov commented 1 year ago

Since EF Core 7 is also targeting .net 6, it would be really nice to include it into allowed versions list

Eastrall commented 1 year ago

Seems OK to me. Thanks for the update! I'll merge this as soon as I can.

codecov-commenter commented 1 year ago

Codecov Report

Merging #54 (cb9dae8) into main (9585f48) will not change coverage. The diff coverage is n/a.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##             main      #54   +/-   ##
=======================================
  Coverage   94.36%   94.36%           
=======================================
  Files           6        6           
  Lines         142      142           
  Branches       28       28           
=======================================
  Hits          134      134           
  Misses          3        3           
  Partials        5        5