Skip to content

Commit 414c59a

Browse files
author
Aditya Narayan
committed
Add using directive for System.Runtime.InteropServices
Added a new using directive for the System.Runtime.InteropServices namespace in the TestHelper.cs file to enable the use of its types and methods.
1 parent 5752f71 commit 414c59a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TestUtilities/TestHelper.cs

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
using System.Diagnostics;
99
using System.Diagnostics.CodeAnalysis;
1010
using System.IO;
11+
using System.Runtime.InteropServices;
1112
using System.Text;
1213

1314
namespace TestUtilities

0 commit comments

Comments
 (0)