EntityFramework.InterceptorEx by Ziya SARIKAYA

<PackageReference Include="EntityFramework.InterceptorEx" Version="1.0.1" />

 EntityFramework.InterceptorEx 1.0.1

Useful EF interceptors (nolock, transaction ..)

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>EntityFramework.InterceptorEx</id>
    <version>1.0.1</version>
    <title>EntityFramework.InterceptorEx</title>
    <authors>Ziya SARIKAYA</authors>
    <owners>ziyasal</owners>
    <licenseUrl>https://github.com/ziyasal/Httwrap/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/ziyasal/EntityFramework.InterceptorEx</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Useful EF interceptors (nolock, transaction ..)</description>
    <summary>Useful EF interceptors (nolock, transaction ..)</summary>
    <tags>ef interceptor nolock transaction</tags>
    <dependencies>
      <dependency id="EntityFramework" version="6.0.0" />
    </dependencies>
  </metadata>
</package>