I'm working on WinForms app that uses WCF service and I have problems implementing auditing using DI.
I have configured WCF for DI and also configured client (WinForms) app in the same way.
Binary serialization is used.
New instance of object in created on client.
Before object is serialized on client it contains audit information in AuditorForUse.
However, when it's deserialized on server it only contains empty Auditor instance.
Do you know what's the problem?
Thanks in advance.