We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa1085 commit 9a8932aCopy full SHA for 9a8932a
1 file changed
samples/v2/4 - BlazorTests/Startup.cs
@@ -31,8 +31,8 @@ public void ConfigureServices(IServiceCollection services)
31
services.AddRazorPages();
32
services.AddServerSideBlazor();
33
services.AddSingleton<EventAggregator>();
34
-
35
- services.AddDbContextFactory<ApplicationDbContext>(options => {
+
+ services.AddTriggeredDbContextFactory<ApplicationDbContext>(options => {
36
options
37
.UseSqlite("Data source=test.db")
38
.UseTriggers(triggerOptions => {
0 commit comments