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.
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.