Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
area363 committed Nov 7, 2023
1 parent 5b63d15 commit 4e33623
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,8 @@ public void Migration(
offsetIdx += interval;
_mySqlStore.StoreItemEnhancementList(_itemEnhancementList);
_itemEnhancementList.Clear();
GC.Collect();
GC.WaitForPendingFinalizers();
}
else
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn),1573,1591,1712,MEN002,MEN003,MEN005,S1450,SA1009,SA1101,SA1111,SA1116,S1134,SA1200,SA1309,SA1413,SA1600,SA1601,SA1633,EF1001,S1075</NoWarn>
<NoWarn>$(NoWarn),1573,1591,1712,MEN002,MEN003,MEN005,S1450,SA1009,SA1101,SA1111,SA1116,S1134,SA1200,SA1309,SA1413,SA1600,SA1601,SA1633,EF1001,S1075,S1215</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cocona.Lite" Version="2.1.0" />
Expand Down

0 comments on commit 4e33623

Please sign in to comment.