We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84918ef commit ca46e0cCopy full SHA for ca46e0c
Microsoft.Toolkit.HighPerformance/Extensions/StringExtensions.cs
@@ -5,7 +5,9 @@
5
using System;
6
using System.Diagnostics.Contracts;
7
using System.Runtime.CompilerServices;
8
+#if !NETCOREAPP3_1
9
using System.Runtime.InteropServices;
10
+#endif
11
using Microsoft.Toolkit.HighPerformance.Enumerables;
12
using Microsoft.Toolkit.HighPerformance.Helpers.Internals;
13
0 commit comments