IDISP004 is triggered on calls to [`GetDbConnection()`][0]. However we must not dispose the returned `IDisposable`, as per the documentation: > This connection should not be disposed if it was created by Entity Framework.  [0]: https://learn.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.relationaldatabasefacadeextensions.getdbconnection?view=efcore-8.0