NickStrupat / EntityFramework.Triggers

Adds events for entity inserting, inserted, updating, updated, deleting, and deleted
MIT License
373 stars 46 forks source link

No overload for method 'SaveChangesWithTriggers' takes 2 arguments #38

Closed chetankhargone closed 5 years ago

chetankhargone commented 5 years ago

While trying to integrate this Trigger pack with a Stable ASP.Net Core 2.1 with EF Core 2.1.

I am getting the error mentioned in the title.

Please find the complete app source at the below link. https://github.com/chetankhargone/Triggers-in-EF-COre.git

You could refer the SampleAppContext.cs for locating the error.

Can you please check & suggest on the same ?

Thanking You.

SailorTurkey commented 5 years ago

You are referencing .net framework nuget package. Try https://www.nuget.org/packages/EntityFrameworkCore.Triggers/1.1.1

chetankhargone commented 5 years ago

@SailorTurkey Yes. You're right. Many Thanks!