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 .Net 8.0 Support #61

Closed fastman61 closed 7 months ago

Eastrall commented 7 months ago

Build is failing. Can you also update .github/workflows/build.yml to add .NET 8 support ? https://github.com/Eastrall/EntityFrameworkCore.DataEncryption/blob/ea6836b7b82f5548f9ccc2bc67c3c8aada662b2c/.github/workflows/build.yml#L17-L24

periapsistech commented 7 months ago

@Eastrall, @fastman61 -- Let me know if I can help. Need this upgrade as well.

fastman61 commented 7 months ago

I push my commits to fix the build error. Can you check it? @Eastrall

periapsistech commented 7 months ago

Any update on this?

Eastrall commented 7 months ago

CI is passing, looks good to me. Merging. Thanks for the contribution!