I am using version 7.0.6 of Audit.NET. I added the following line to my WEB API registration method
config.Filters.Add(new Audit.WebApi.AuditApiAttribute());
When i run the application it gives the following runtime error
self referencing loop detected with type Appinstance.Path
'Action.ActionParameters.request.Properties.MS_HttpContext.ApplicationInstance.Context'.
I am using latest version of Newtonsoft.JSON
from Nuget.