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

Fix null or empty string encryption #52

Closed Eastrall closed 1 year ago

Eastrall commented 1 year ago

This PR fixes issue #49

codecov-commenter commented 1 year ago

Codecov Report

Merging #52 (9e15a88) into main (6dc25da) will increase coverage by 0.07%. The diff coverage is 100.00%.

: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      #52      +/-   ##
==========================================
+ Coverage   94.36%   94.44%   +0.07%     
==========================================
  Files           6        6              
  Lines         142      144       +2     
  Branches       28       30       +2     
==========================================
+ Hits          134      136       +2     
  Misses          3        3              
  Partials        5        5              
Impacted Files Coverage Δ
...ore.DataEncryption/Internal/EncryptionConverter.cs 93.93% <100.00%> (+0.39%) :arrow_up: