Skip to content

Commit 1ebdd8d

Browse files
committed
Fixed CA1816 in SqlTestBase
1 parent dfaf3fc commit 1ebdd8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LinkDotNet.Blog.IntegrationTests/SqlDatabaseTestBase.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ async Task IAsyncLifetime.DisposeAsync()
3737

3838
public async ValueTask DisposeAsync()
3939
{
40+
GC.SuppressFinalize(this);
4041
await DbContext.DisposeAsync();
4142
}
4243

0 commit comments

Comments
 (0)