FreeAndNil commented on code in PR #201: URL: https://github.com/apache/logging-log4net/pull/201#discussion_r1814398417
########## src/log4net.Tests/Appender/AdoNet/Log4NetCommand.cs: ########## @@ -24,7 +24,7 @@ namespace log4net.Tests.Appender.AdoNet; -public class Log4NetCommand : IDbCommand +internal sealed class Log4NetCommand : IDbCommand Review Comment: Yes, but this is in our test assembly and we don't ship it ;-) This class should better be named MockDbCommand - I will change it in my next PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
