diff --git a/.github/actions/spell-check/allow/code.txt b/.github/actions/spell-check/allow/code.txt index 10e9473258..ef01f0d7c3 100644 --- a/.github/actions/spell-check/allow/code.txt +++ b/.github/actions/spell-check/allow/code.txt @@ -271,6 +271,7 @@ mengyuanchen # DllName testhost +Testably #Tools OIP \ No newline at end of file diff --git a/src/modules/Hosts/Hosts.FuzzTests/OneFuzzConfig.json b/src/modules/Hosts/Hosts.FuzzTests/OneFuzzConfig.json index 7f145de15d..7530d3292c 100644 --- a/src/modules/Hosts/Hosts.FuzzTests/OneFuzzConfig.json +++ b/src/modules/Hosts/Hosts.FuzzTests/OneFuzzConfig.json @@ -158,19 +158,19 @@ // the DLL and PDB files // you will need to add any other files required // (globs are supported) + "Castle.Core.dll", + "CommunityToolkit.Mvvm.dll", "Hosts.FuzzTests.dll", "Hosts.FuzzTests.pdb", "Microsoft.Windows.SDK.NET.dll", - "WinRT.Runtime.dll", "Moq.dll", - "testhost.dll", - "Castle.Core.dll", "System.IO.Abstractions.dll", - "CommunityToolkit.Mvvm.dll", "System.IO.Abstractions.TestingHelpers.dll", "TestableIO.System.IO.Abstractions.dll", "TestableIO.System.IO.Abstractions.TestingHelpers.dll", - "TestableIO.System.IO.Abstractions.Wrappers.dll" + "TestableIO.System.IO.Abstractions.Wrappers.dll", + "Testably.Abstractions.FileSystem.Interface.dll", + "WinRT.Runtime.dll" ], "SdlWorkItemId": 49911822 }