We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bad178 commit ea3cd82Copy full SHA for ea3cd82
test/FluentCommand.SqlServer.Tests/ImportProcessorTests.cs
@@ -13,7 +13,7 @@ namespace FluentCommand.SqlServer.Tests;
13
public class ImportProcessorTests : ImportProcessor
14
{
15
public ImportProcessorTests()
16
- : base(null, new ServiceCollection().BuildServiceProvider())
+ : base(null, new ServiceCollection().BuildServiceProvider().CreateScope() as IServiceScopeFactory)
17
18
}
19
0 commit comments