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 5d48c8a commit fec44ddCopy full SHA for fec44dd
sharpenConfiguration.xml
@@ -39,6 +39,9 @@
39
<file path="com/itextpdf/commons/utils/ZipFileReader.java"/>
40
<file path="com/itextpdf/commons/utils/ZipFileWriter.java"/>
41
</fileset>
42
+ <fileset reason="On .NET there are System.Text.Json specific tests (JsonSerializerContext using)">
43
+ <file path="com/itextpdf/commons/utils/JsonUtilTest.java"/>
44
+ </fileset>
45
<fileset reason="DEVSIX-3221 - Ignored because built-in Convert class functionality is used in .NET
46
and the Java test is specific to the Java implementation.">
47
<file path="com/itextpdf/commons/utils/Base64Test.java"/>
0 commit comments