mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
[Fuzz] Add DLL Reference in OneFuzzConfig.json to Fix Hosts Fuzz Bug (#39398)
* add Testably.Abstractions.FileSystem.Interface.dll * fix spell error
This commit is contained in:
1
.github/actions/spell-check/allow/code.txt
vendored
1
.github/actions/spell-check/allow/code.txt
vendored
@@ -271,6 +271,7 @@ mengyuanchen
|
|||||||
|
|
||||||
# DllName
|
# DllName
|
||||||
testhost
|
testhost
|
||||||
|
Testably
|
||||||
|
|
||||||
#Tools
|
#Tools
|
||||||
OIP
|
OIP
|
||||||
@@ -158,19 +158,19 @@
|
|||||||
// the DLL and PDB files
|
// the DLL and PDB files
|
||||||
// you will need to add any other files required
|
// you will need to add any other files required
|
||||||
// (globs are supported)
|
// (globs are supported)
|
||||||
|
"Castle.Core.dll",
|
||||||
|
"CommunityToolkit.Mvvm.dll",
|
||||||
"Hosts.FuzzTests.dll",
|
"Hosts.FuzzTests.dll",
|
||||||
"Hosts.FuzzTests.pdb",
|
"Hosts.FuzzTests.pdb",
|
||||||
"Microsoft.Windows.SDK.NET.dll",
|
"Microsoft.Windows.SDK.NET.dll",
|
||||||
"WinRT.Runtime.dll",
|
|
||||||
"Moq.dll",
|
"Moq.dll",
|
||||||
"testhost.dll",
|
|
||||||
"Castle.Core.dll",
|
|
||||||
"System.IO.Abstractions.dll",
|
"System.IO.Abstractions.dll",
|
||||||
"CommunityToolkit.Mvvm.dll",
|
|
||||||
"System.IO.Abstractions.TestingHelpers.dll",
|
"System.IO.Abstractions.TestingHelpers.dll",
|
||||||
"TestableIO.System.IO.Abstractions.dll",
|
"TestableIO.System.IO.Abstractions.dll",
|
||||||
"TestableIO.System.IO.Abstractions.TestingHelpers.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
|
"SdlWorkItemId": 49911822
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user