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 0c7ddde commit 27ddecfCopy full SHA for 27ddecf
tests/DetectionDetailTests.cs
@@ -19,9 +19,7 @@ public void DetectionDetailGetEncodingIsNotNull(string codepageName)
19
20
private static readonly HashSet<string> UnsupportedEncodings = new HashSet<string>
21
{
22
- #if NET6_0_OR_GREATER
23
CodepageName.UTF7, // Support dropped in .NET 6
24
- #endif
25
CodepageName.ISO_8859_10,
26
CodepageName.ISO_8859_16,
27
CodepageName.EUC_TW,
@@ -49,4 +47,4 @@ public void GetEncodingShouldHandleIncorrectEncoding()
49
47
Assert.AreEqual(null, result);
50
48
}
51
52
-}
+}
0 commit comments