We've updated our codebase from .NET Framework to .NET6 and subsequently updated "SD.Tools.OrmProfiler.Interceptor" to "SD.Tools.OrmProfiler.Interceptor.NetCore"
We now get an error at the Interceptor.Initialize() method:
'SD.Tools.OrmProfiler.Interceptor.ProfilerDbProviderFactory`1[TWrappedFactory]' violates the constraint of type 'TWrappedFactory'
What's the problem here and how can we resolve it?