We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67fc48d commit 4ddf9f8Copy full SHA for 4ddf9f8
1 file changed
samples/BasicSample/Program.cs
@@ -95,8 +95,7 @@ static void Main(string[] args)
95
.AddDbContext<ApplicationDbContext>((provider, options) => {
96
options
97
.UseSqlite(dbConnection)
98
- .UseProjectables()
99
- .UseInternalServiceProvider(provider);
+ .UseProjectables();
100
})
101
.BuildServiceProvider();
102
0 commit comments