Closed Kobus-Smit closed 5 years ago
It's due to wrong API usage in Revenj.Plugins.Aspects.DatabaseTrace.Configuration
It should be
aspectRegistrator.Around<IDatabaseQuery, IDbCommand, DataSet, int>(
I'll fix it for 1.5.1 You can either remove the Aspects reference (you don't really need it, it's just for some logging stuff) or rebuild it with a fix
Thanks. I find the logging stuff useful in dev & debugging to see the sql and durations.
Hi @zapov
throws this exception:
Any clues on how that can be fixed?