Skip to content

Commit 129bb9e

Browse files
committed
Suppress CS1685 warning and remove DiscUtils packages
Suppressed CS1685 warning in the test project due to a RuntimeHelpers polyfill conflict on net48. Removed DiscUtils Btrfs, HfsPlus, SquashFs, and Xfs package references from the test project - they are already imported when needed in the main project which is then imported into the test project to test it
1 parent ce19536 commit 129bb9e

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

RecursiveExtractor.Tests/RecursiveExtractor.Tests.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@
55
<IsPackable>false</IsPackable>
66
<Nullable>enable</Nullable>
77
<LangVersion>10.0</LangVersion>
8+
<!-- CS1685: RuntimeHelpers polyfill in RecursiveExtractor (netstandard2.0) conflicts with mscorlib on net48 via InternalsVisibleTo -->
9+
<NoWarn>$(NoWarn);CS1685</NoWarn>
810
</PropertyGroup>
911

1012
<ItemGroup>
11-
<PackageReference Include="LTRData.DiscUtils.Btrfs" Version="1.0.64" />
12-
<PackageReference Include="LTRData.DiscUtils.HfsPlus" Version="1.0.64" />
13-
<PackageReference Include="LTRData.DiscUtils.SquashFs" Version="1.0.64" />
14-
<PackageReference Include="LTRData.DiscUtils.Xfs" Version="1.0.64" />
1513
<PackageReference Include="NLog.Extensions.Logging" Version="6.0.3" />
1614
<PackageReference Include="xunit" Version="2.9.3" />
1715
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2" />

0 commit comments

Comments
 (0)