IntelliTect / Coalesce

Quickly build amazing web apps
https://intellitect.github.io/Coalesce/
Apache License 2.0
64 stars 22 forks source link

Remove Z.EntityFramework #382

Closed ascott18 closed 3 months ago

ascott18 commented 6 months ago

Z.EntityFramework is unfortunately not a very nice neighbor, doing things like providing extension methods in a class without a namespace (global::DbSetExtensions) so they're always available, removing the ability to discourage their use in a project by never importing the namespace.

We'll need to replace its usage in Coalesce's audit logging with a custom solution.