File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Xamarin.Android.Build.Tasks/Utilities Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ static ZipArchiveDotNet ()
5858
5959 // These private fields exist on both .NET Framework 4.7.2 and .NET 9.0. If they are not found,
6060 // we will return a ZipArchiveEx which uses libZipSharp instead.
61- crc_field = typeof ( ZipArchiveEntry ) . GetField ( "_crc32" , BindingFlags . NonPublic | BindingFlags . Instance ) ;
62- comp_field = typeof ( ZipArchiveEntry ) . GetField ( "_storedCompressionMethod" , BindingFlags . NonPublic | BindingFlags . Instance ) ;
61+ // crc_field = typeof (ZipArchiveEntry).GetField ("_crc32", BindingFlags.NonPublic | BindingFlags.Instance);
62+ // comp_field = typeof (ZipArchiveEntry).GetField ("_storedCompressionMethod", BindingFlags.NonPublic | BindingFlags.Instance);
6363 }
6464
6565 public static IZipArchive Create ( TaskLoggingHelper log , string archive , ZipArchiveMode mode )
You can’t perform that action at this time.
0 commit comments