emrekizildas / EntityFrameworkCore.EncryptColumn

Encrypt & Decrypt your databases columns using EntityFramework Core.
MIT License
87 stars 40 forks source link

any plans to support .net8? #22

Open mehmet-erdogdu opened 9 months ago

mehmet-erdogdu commented 9 months ago

System.MissingMethodException: 'Method not found: 'System.Collections.Generic.IEnumerable`1 Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType.GetProperties()'.'

donkee commented 8 months ago

Seeing the same issue

caboodal commented 8 months ago

yep I've got this to this morning

caboodal commented 8 months ago

The package works with .NET 8 after simply updating the Entity Framework and .NET Core versions to 8.

velyo commented 8 months ago

I got same error when upgraded my project to .NET 8. Just cloned this repo, upgraded to .NET 8 and built with it. Making custom build after upgrading to .NET 8 and using it solves the issue for now. Anyway would be good to have .NET 8 package update.

joeldebont commented 4 months ago

@emrekizildas Please make it compatible with .NET 8. There are already several PR's for it.

robertsimmons commented 4 months ago

@emrekizildas Any updates you can provide?

officereso commented 4 months ago

3 open pull requests for .net 8 two of which have been open for 5 months. This project feels abandoned.

uenlkr4e commented 3 months ago

4 contributors and no one cares to even answer the questions or concerns here. Remove the package from nuget library and github or put a notification telling people the project is not maintained anymore.

karlknibbs commented 3 months ago

There seems to be a clone(?) of this project called EntityFrameworkCore.JamieEncryptColumn that still references this Project URL and Jamie Davies, Emre Kizildas as authors. It does however seem to work with .Net8