Adil Sallami

Results 4 issues of Adil Sallami

Hello Thank you for this wonderful extension, i have an issue whene i try to fire the trigger after deleteing IColletion of enyity.

wontfix

Hello Thankyou for this wonderful package, i wondering if its possible to create a multiple AfterUpdate with diffrents Names?

I'm trying to install Laraue.EfCoreTriggers.MySql 6.3.2 via Nuget but I get this message: Laraue.EfCoreTriggers.MySql 6.3.2 is not compatible with netcoreapp3.1

How can I make multiple conditions for for example, that is to say (If ElseIf else)Example: EntityTypeBuilder.AfterUpdate(trigger => trigger .Action(action => action .Condition((transactionBeforeUpdate, transactionAfterUpdate) => transactionAfterUpdate.Method== "cash") .Delete( (entityBeforeUpdate, entityAfterUpdate,...