Results 67 comments of Koen

> it updates the browser Location url to reflect the total composition. What would a url look like and how do multiple viewports affect it? How can we customize the...

I'm not getting the question, can you clarify your issue? thanks.

That is controlled by the cascading behavior of this library, see: https://github.com/koenbeuk/EntityFrameworkCore.Triggered#cascading-changes-previously-called-recursion By default, Cascading is turned on however, EF will still need to be aware of all the related...

Hi @Alchemy86 Triggers will only fire for entities that are in a Added/Modified/Deleted state. > a number of records are being added as a sub entity of another object Then...

`AfterSaveCompleted` would be raised for all triggers for as long as a Save completed successfully. Some questions: 1. What version of this library are you using? 2. How are you...

Can you help me complete the following repro? I'm getting this output: ``` A only AfterSave for entity A AfterSaveCompleted for entity A AfterSaveCompleted for entity B B only AfterSave...

There may be an issue here with registering triggers directly with the ServiceProvider. Reopened until this issue is confirmed/fixed

Can you clarify what trigger ran twice and on what entity? Mind that modifying a related Entity within a BeforeSave trigger will cause BeforeSave triggers for that related entity to...

@kangzoel, The trigger is not supposed to be fired twice for the same entity/ChangeType combo. What is possible is that the trigger is both registered with the application DI container...

I guess with the dashboard in general but certainly with this proposed feature, this intermixes very well with open telemetry (or telemetry in general). The open PR builds something unique...