Consolidate TestSqlLoggerFactory implementations and expose to all providers
Open
area-query
area-test
- Dominant language
- C#
- Stars
- 14.8k
- Forks
- 3.4k
- PR merge metrics
- PR metrics pending
Description
We copied [TestSqlLoggerFactory](https://github.com/dotnet/efcore/blob/main/test/EFCore.Cosmos.FunctionalTests/TestUtilities/TestSqlLoggerFactory.cs) to get baseline re-writing. This code is now duplicated twice in EF Core (relational and Cosmos) as well as for any other non-relational provider These should be consolidated into a single place, available for any provider (relational or not) to make use of.
Contributor guide
Assessment
This issue has not been assessed yet.