Compare commits

...

2 Commits

Author SHA1 Message Date
Mengyuan Chen (from Dev Box)
2a82acefb3 fix spell error 2025-05-13 19:28:20 +08:00
Mengyuan Chen (from Dev Box)
93d1141302 add Testably.Abstractions.FileSystem.Interface.dll 2025-05-13 17:20:26 +08:00
2 changed files with 6 additions and 5 deletions

View File

@@ -271,6 +271,7 @@ mengyuanchen
# DllName
testhost
Testably
#Tools
OIP

View File

@@ -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
}