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

Support EFCore 8 #60

Closed c5racing closed 7 months ago

c5racing commented 9 months ago

Now that EFCore 8 is RC, is there plans to support it. It appears there may be an issue when calling .UseEncryption(_provider);

Eastrall commented 9 months ago

Yes, EF Core 8 support is planned once it will be released as GA. What is the issue you have when calling UseEncryption(_provider) ?

c5racing commented 9 months ago

image

fastman61 commented 7 months ago

61 Please review

c5racing commented 7 months ago

Thank You!

BetulComak commented 7 months ago

https://github.com/Eastrall/EntityFrameworkCore.DataEncryption/pull/61 Please review

sezer commented 7 months ago

@Eastrall can you check #61 is fixes it?

Eastrall commented 7 months ago

Thanks for the interest you are all porting to the library! I have seen the PR, I'll merge it later today and release the new version on NuGet at the same time.

periapsistech commented 7 months ago

@Eastrall can you add new release for the .NET 8 support?

Eastrall commented 7 months ago

Version 5.0.0 is now available on NuGet: https://www.nuget.org/packages/EntityFrameworkCore.DataEncryption/5.0.0 See full changelog here: https://github.com/Eastrall/EntityFrameworkCore.DataEncryption/releases/tag/v5.0.0

Thank you all for your patience, and thank you @fastman61 for the PR!