issues
search
koenbeuk
/
EntityFrameworkCore.Triggered
Triggers for EFCore. Respond to changes in your DbContext before and after they are committed to the database.
MIT License
554
stars
29
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Updated to .NET 8
#208
koenbeuk
opened
2 days ago
0
Cannot access a disposed object. Object name: 'IServiceProvider'.
#204
bzbetty
opened
1 month ago
8
Triggered vs SaveChangesInterceptor
#203
jepzen
closed
2 weeks ago
4
Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
#201
dependabot[bot]
opened
2 months ago
1
Fix TriggeredDbContextFactoryTests AddTriggeredDbContextFactory missing parameter
#200
risperdal
closed
2 months ago
0
4.x release
#199
risperdal
opened
2 months ago
4
Implicit transactions never trigger IAfterCommitTrigger
#197
RamType0
closed
3 months ago
1
TriggersOptionExtension.TypeIsValidTrigger always returns true
#196
bzbetty
closed
3 months ago
1
Allow AddTriggeredDbContextFactory to use to the service provider
#195
bzbetty
closed
2 months ago
2
Struggle finding triggers, then triggers not firing
#194
bzbetty
closed
5 months ago
8
Accessing context.UnmodifiedEntity on entity with ComplexType crashes
#192
DrPhil
opened
8 months ago
6
Another instance for IAfterSaveCompletedTrigger and IAfterSaveTrigger<T>
#191
possibility022
opened
9 months ago
5
Cannot debug into Trigger
#190
rgordey
closed
7 months ago
1
Work with SqlBulkCopy?
#189
rachael-ross
closed
1 year ago
0
SaveChangesAsync scales non-linearly even on unregistered entities
#188
rowcla
closed
10 months ago
4
SaveChangesWithoutTriggersAsync throws when invoked from within a trigger
#187
koenbeuk
closed
11 months ago
2
Register TriggeredPooledDbContextFactory as transient
#185
koenbeuk
closed
1 year ago
0
context.UnmodifiedEntity is identic to context.Entity on update
#184
mihaiblaga1
closed
1 year ago
3
Provide DbContext with ITriggerContext
#183
furier
closed
1 year ago
2
The entity type 'Dictionary`2Proxy' was not found
#182
dennisrahmen
closed
1 year ago
4
Ilogger in IAfterSaveTrigger<T> class causes DI error
#180
Piggy69
closed
1 year ago
5
Subtle issues when validating entities
#179
kjkrum
closed
1 year ago
5
Run like Fire-and-forget tasks
#178
iAmarokk
closed
1 year ago
3
Triggers not firing at all
#177
kjkrum
closed
1 year ago
1
AddTriggeredPooledDbContextFactory is registered as scoped
#176
dennisrahmen
closed
1 year ago
5
Trigger not firing when using ExecuteDeleteAsync in EF Core 7.0
#175
MhammdAli
closed
1 year ago
4
On the subject of transactional triggers and detection of changes within a TriggerSession
#174
RNTenant
closed
10 months ago
7
Transaction Exception on Save Changes
#173
arex388
closed
1 year ago
5
Updated readme
#172
koenbeuk
closed
1 year ago
0
[Owned] entities does not trigger hooks
#171
cjblomqvist
closed
1 year ago
7
In unittesting
#170
debelidane
closed
1 year ago
3
Ensure that we delist the trigger session on exception in the BeforeSave cycle
#169
koenbeuk
closed
1 year ago
8
Triggers not firing intermittently
#168
anthony-keller
closed
1 year ago
14
Trigger appears to be registered but not being called on BeforeSave
#167
pauloneill
closed
1 year ago
1
Update readme to reflect synchronous triggers
#166
koenbeuk
closed
1 year ago
4
Include a nuget package readme
#165
koenbeuk
closed
1 year ago
0
[Performance] Sync. / ValueTask version of IBeforeSaveTrigger<T>
#164
vertonghenb
closed
1 year ago
2
Fix for #154
#163
cjblomqvist
closed
2 years ago
1
test: Add 2 trigger classes implementing the same interface
#162
cjblomqvist
closed
2 years ago
1
Introducting synchronous triggers.
#161
koenbeuk
closed
2 years ago
0
Re-open #154
#160
cjblomqvist
closed
2 years ago
1
Get DbContext/Entry straight from the trigger context
#159
koenbeuk
closed
2 years ago
3
Many-to-Many Trigger
#158
TheWillard
closed
2 years ago
2
Detect exactly which column is changed
#157
saadsaeed01
closed
1 year ago
2
Scoped Dependency Issue
#156
anthony-keller
closed
1 year ago
12
The trigger executed twice
#155
kangzoel
closed
2 years ago
5
Cannot trigger all AfterSaveCompleted() if 2 triggers all implement IAfterSaveCompletedTrigger
#154
floydfeng2020
closed
2 years ago
13
Removed inaccurate exception causing Autofac integration issues
#152
koenbeuk
closed
2 years ago
0
Can only set applicationScopedServiceProvider once
#151
anthony-keller
closed
2 years ago
8
Trigger Event On Sub Entity Save
#150
Alchemy86
closed
2 years ago
2
Next