logging issue with Oracle.EntityFrameworkCore 7.21.*
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
there is a raw call to Debug.WriteLine, instead or whatever mechinism 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?
I verified it is not present in 6.21.90