Oracle.EntityFrameworkCore
version 7.21.8
version 7.21.9
in these packages in
Oracle.EntityFrameworkCore.dll!Oracle.EntityFrameworkCore.Storage.Internal.OracleRelationalCommandBuilderFactory.OracleRelationalCommandBuilder.OracleRelationalCommand.ExecuteReaderAsync
(and ExecuteReader, ExecuteNonReader and ExecuteNonRraderAsync)
there is a raw call to Debug.WriteLine, instead or whatever mechanism the rest of the trace type calls use, as such the filtering mechanisms are unavailable and all sql executed through this path are written to the debug console. when running a program that does a lot of database calls, this is causing a significant slowdown.
any chance this will get fixed any time soon, we are trying to move to EFCore 7 and this is a holdup.
I verified it is not present in 6.21.90